| 1167 | } |
| 1168 | |
| 1169 | void RuntimeManager::ClearClipboardCallback(const std::string& vm_id) { |
| 1170 | std::lock_guard<std::mutex> lock(callback_mutex_); |
| 1171 | clipboard_callbacks_.erase(vm_id); |
| 1172 | } |
| 1173 | |
| 1174 | bool RuntimeManager::SendClipboardGrabToGuest(const std::string& vm_id, |
| 1175 | uint32_t selection, |
no outgoing calls
no test coverage detected