Home
last modified time | relevance | path

Searched refs:IsKeyboardDevice (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dget_device_object.cpp28 bool IsKeyboardDevice(const std::string &deviceName) in IsKeyboardDevice() function
62 } else if (IsKeyboardDevice(deviceName)) { in CreateDeviceObject()
/foundation/multimodalinput/input/service/device_manager/include/
H A Dinput_device_manager.h73 bool IsKeyboardDevice(struct libinput_device* device) const;
106 bool IsKeyboardDevice(std::shared_ptr<InputDevice> inputDevice) const;
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp65 INPUT_DEV_MGR->IsKeyboardDevice(devicePtr); in InputDeviceManagerFuzzTest()
/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()
/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp279 if (!IsKeyboardDevice(item->second)) { in GetKeyboardType()
541 bool InputDeviceManager::IsKeyboardDevice(struct libinput_device *device) const in IsKeyboardDevice() function in OHOS::MMI::InputDeviceManager
884 bool InputDeviceManager::IsKeyboardDevice(std::shared_ptr<InputDevice> inputDevice) const in IsKeyboardDevice() function in OHOS::MMI::InputDeviceManager
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp1863 INPUT_DEV_MGR->IsKeyboardDevice(nullptr); in HWTEST_F()

Completed in 6 milliseconds