Home
last modified time | relevance | path

Searched refs:IsPointerDevice (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/device_manager/include/
H A Dinput_device_manager.h74 bool IsPointerDevice(struct libinput_device* device) const;
104 bool IsPointerDevice(std::shared_ptr<InputDevice> inputDevice) const;
/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()
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_device.h80 virtual bool IsPointerDevice() const = 0;
/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp445 if (IsPointerDevice(inputDevice)) { in OnInputDeviceAdded()
448 if (IsPointerDevice(inputDevice) && !HasPointerDevice() && in OnInputDeviceAdded()
461 info.isPointerDevice = IsPointerDevice(inputDevice); in MakeDeviceInfo()
491 if (IsPointerDevice(inputDevice) && !HasPointerDevice() && in OnInputDeviceRemoved()
524 bool InputDeviceManager::IsPointerDevice(struct libinput_device *device) const in IsPointerDevice() function in OHOS::MMI::InputDeviceManager
872 bool InputDeviceManager::IsPointerDevice(std::shared_ptr<InputDevice> inputDevice) const in IsPointerDevice() function in OHOS::MMI::InputDeviceManager
/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 in OHOS::Msdp::DeviceStatus::Device
/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()
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp130 if (INPUT_DEV_MGR->IsKeyboardDevice(device) || INPUT_DEV_MGR->IsPointerDevice(device)) { in ResetKeyEvent()

Completed in 5 milliseconds