Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/test/src/
H A Dcrown_transform_processor_test.cpp135 std::string name = libinput_device_get_name(dev);
156 std::string name = libinput_device_get_name(dev);
177 std::string name = libinput_device_get_name(dev);
200 std::string name = libinput_device_get_name(dev);
235 std::string name = libinput_device_get_name(dev);
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/test/
H A Dkey_event_normalize_test.cpp102 std::cout << "keyboard device: " << libinput_device_get_name(dev) << std::endl;
129 std::cout << "keyboard device: " << libinput_device_get_name(dev) << std::endl;
160 std::cout << "keyboard device: " << libinput_device_get_name(dev) << std::endl;
191 std::cout << "keyboard device: " << libinput_device_get_name(dev) << std::endl;
218 std::cout << "keyboard device: " << libinput_device_get_name(dev) << std::endl;
248 std::cout << "keyboard device: " << libinput_device_get_name(dev) << std::endl;
278 std::cout << "keyboard device: " << libinput_device_get_name(dev) << std::endl;
302 std::cout << "keyboard device: " << libinput_device_get_name(dev) << std::endl;
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_test.cpp419 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
455 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
492 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
532 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
572 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
609 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
647 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
682 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
729 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
767 std::cout << "touchpad device: " << libinput_device_get_name(dev) << std::endl;
[all …]
H A Dtouch_transform_processor_test.cpp353 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
390 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
422 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp153 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
178 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
214 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
529 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
565 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
H A Dmouse_transform_processor_test.cpp919 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
940 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
962 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
987 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;
/ohos5.0/foundation/multimodalinput/input/service/device_config/src/
H A Ddevice_config_file_parser.cpp59 const char *name = libinput_device_get_name(device); in CombDeviceFileName()
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp70 std::string name = libinput_device_get_name(device); in IsFingerprintEvent()
231 std::string name = libinput_device_get_name(device); in HandleFingerprintEvent()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_map_manager.cpp88 const char *name = libinput_device_get_name(device); in GetKeyEventFileName()
/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/src/
H A Dcrown_transform_processor.cpp61 std::string name = libinput_device_get_name(device); in IsCrownEvent()
/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp140 const char *name = libinput_device_get_name(deviceOrigin); in FillInputDevice()
543 std::string name = libinput_device_get_name(device); in IsPointerDevice()
676 const char *name = libinput_device_get_name(inputDevice); in IsRemote()
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp241 const char *name = libinput_device_get_name(dev); in TransformVolumeKey()
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H A Dlibinput_interface.cpp319 const char* libinput_device_get_name(struct libinput_device *device) in libinput_device_get_name() function
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dinput_event_handler_test.cpp322 std::cout << "pointer device: " << libinput_device_get_name(dev) << std::endl;