Home
last modified time | relevance | path

Searched refs:inputHotplugEvent (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp2672 DeviceStatus::InputHotplugEvent inputHotplugEvent; variable
2673 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; variable
2689 inputHotplugEvent.isKeyboard = true;
2690 inputHotplugEvent.deviceId = 1;
2691 inputHotplugEvent.type = InputHotplugType::PLUG;
2692 ASSERT_NO_FATAL_FAILURE(g_context->inputDevMgr_.BroadcastHotPlugToRemote(inputHotplugEvent));