Searched refs:InputHotplugType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 149 enum class InputHotplugType { enum 156 InputHotplugType type; 220 InputHotplugType type;
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 150 enum class InputHotplugType { enum 157 InputHotplugType type; 221 InputHotplugType type;
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | input_device_mgr.cpp | 110 if (notice.type == InputHotplugType::UNPLUG) { in HandleRemoteHotPlug() 117 if (notice.type == InputHotplugType::PLUG) { in HandleRemoteHotPlug() 158 if (notice.type == InputHotplugType::PLUG) { in BroadcastHotPlugToRemote() 167 if (notice.type == InputHotplugType::UNPLUG) { in BroadcastHotPlugToRemote()
|
H A D | cooperate_context.cpp | 94 .type = InputHotplugType::PLUG, in OnDeviceAdded() 109 .type = InputHotplugType::UNPLUG, in OnDeviceRemoved()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | input_device_mgr.cpp | 110 if (notice.type == InputHotplugType::UNPLUG) { in HandleRemoteHotPlug() 117 if (notice.type == InputHotplugType::PLUG) { in HandleRemoteHotPlug() 158 if (notice.type == InputHotplugType::PLUG) { in BroadcastHotPlugToRemote() 167 if (notice.type == InputHotplugType::UNPLUG) { in BroadcastHotPlugToRemote()
|
H A D | cooperate_context.cpp | 82 .type = InputHotplugType::PLUG, in OnDeviceAdded() 97 .type = InputHotplugType::UNPLUG, in OnDeviceRemoved()
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 956 .type = InputHotplugType::PLUG, 979 .type = InputHotplugType::UNPLUG, 1746 .type = InputHotplugType::PLUG, 2157 .type = InputHotplugType::PLUG, 2165 .type = InputHotplugType::UNPLUG, 2190 .type = InputHotplugType::PLUG, 2198 .type = InputHotplugType::UNPLUG, 2547 .type = InputHotplugType::PLUG, 2552 .type = InputHotplugType::UNPLUG, 2968 .type = InputHotplugType::UNPLUG, [all …]
|