Searched refs:LIBINPUT_EVENT_DEVICE_ADDED (Results 1 - 10 of 10) sorted by relevance
/foundation/multimodalinput/input/util/common/test/ |
H A D | util_ex_test.cpp | 43 EXPECT_EQ(messageId2, MmiMessageId::LIBINPUT_EVENT_DEVICE_ADDED); in HWTEST_F() 54 MmiMessageId messageId1 = MmiMessageId::LIBINPUT_EVENT_DEVICE_ADDED; in HWTEST_F()
|
/foundation/multimodalinput/input/service/crown_transform_processor/test/src/ |
H A D | crown_transform_processor_test.cpp | 74 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupCrown() local
|
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_transform_processor_test.cpp | 76 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupTouchscreen() local 88 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupUwbRemoteControl() local
|
H A D | touchpad_transform_processor_test.cpp | 78 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupTouchpad() local
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 76 static_cast<int32_t>(LIBINPUT_EVENT_DEVICE_ADDED), 141 case LIBINPUT_EVENT_DEVICE_ADDED: { in HandleEvent()
|
/foundation/multimodalinput/input/service/key_event_normalize/test/ |
H A D | key_event_normalize_test.cpp | 71 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupKeyboard() local
|
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 76 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupMouse() local
|
H A D | mouse_transform_processor_test.cpp | 89 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupMouse() local
|
/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | input_event_handler_test.cpp | 80 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupTouchpad() local
|
H A D | event_normalize_handler_test.cpp | 71 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED);
in SetupTouchpad() local
|
Completed in 11 milliseconds