Searched refs:inputHotplugEvent (Results 1 – 1 of 1) sorted by relevance
2672 DeviceStatus::InputHotplugEvent inputHotplugEvent; variable2673 inputHotplugEvent.isKeyboard = true;2674 inputHotplugEvent.deviceId = 1;2675 inputHotplugEvent.type = InputHotplugType::UNPLUG;2676 ASSERT_NO_FATAL_FAILURE(g_context->inputDevMgr_.BroadcastHotPlugToRemote(inputHotplugEvent));2688 DeviceStatus::InputHotplugEvent inputHotplugEvent; variable2689 inputHotplugEvent.isKeyboard = true;2690 inputHotplugEvent.deviceId = 1;2691 inputHotplugEvent.type = InputHotplugType::PLUG;2692 ASSERT_NO_FATAL_FAILURE(g_context->inputDevMgr_.BroadcastHotPlugToRemote(inputHotplugEvent));