Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/device_manager/include/
H A Dinput_device_manager.h74 bool IsPointerDevice(struct libinput_device* device) const;
106 bool IsPointerDevice(std::shared_ptr<InputDevice> inputDevice) const;
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp226 device->IsPointerDevice() ? "True" : "False", device->IsKeyboard() ? "True" : "False"); in DispDeviceInfo()
248 device->GetPhys() << device->GetUniq() << device->IsPointerDevice() << device->IsKeyboard() << in SerializeDevice()
273 if (device->IsPointerDevice()) { in Transform()
H A Dcooperate_free.cpp75 return (dev->IsPointerDevice() && !dev->IsRemote()); in HasLocalPointerDevice()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp226 device->IsPointerDevice() ? "True" : "False", device->IsKeyboard() ? "True" : "False"); in DispDeviceInfo()
248 device->GetPhys() << device->GetUniq() << device->IsPointerDevice() << device->IsKeyboard() << in SerializeDevice()
273 if (device->IsPointerDevice()) { in Transform()
/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp458 if (IsPointerDevice(inputDevice)) { in OnInputDeviceAdded()
461 if (IsPointerDevice(inputDevice) && !HasPointerDevice() && in OnInputDeviceAdded()
474 info.isPointerDevice = IsPointerDevice(inputDevice); in MakeDeviceInfo()
505 if (IsPointerDevice(inputDevice) && !HasPointerDevice() && in OnInputDeviceRemoved()
538 bool InputDeviceManager::IsPointerDevice(struct libinput_device *device) const in IsPointerDevice() function in OHOS::MMI::InputDeviceManager
875 bool InputDeviceManager::IsPointerDevice(std::shared_ptr<InputDevice> inputDevice) const in IsPointerDevice() function in OHOS::MMI::InputDeviceManager
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h92 bool IsPointerDevice() const override;
275 inline bool Device::IsPointerDevice() const in IsPointerDevice() function
/ohos5.0/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h92 bool IsPointerDevice() const override;
275 inline bool Device::IsPointerDevice() const in IsPointerDevice() function
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Di_device.h80 virtual bool IsPointerDevice() const = 0;
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_device.h80 virtual bool IsPointerDevice() const = 0;
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp255 dev->IsPointerDevice() ? "True" : "False", dev->IsKeyboard() ? "True" : "False"); in OnDeviceAdded()
414 return (dev->IsPointerDevice() && !dev->IsRemote()); in HasLocalPointerDevice()
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice_manager.cpp255 dev->IsPointerDevice() ? "True" : "False", dev->IsKeyboard() ? "True" : "False"); in OnDeviceAdded()
414 return (dev->IsPointerDevice() && !dev->IsRemote()); in HasLocalPointerDevice()
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp135 if (INPUT_DEV_MGR->IsKeyboardDevice(device) || INPUT_DEV_MGR->IsPointerDevice(device)) { in ResetKeyEvent()