/ohos5.0/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() 355 auto type = libinput_event_get_type(event); 367 type = libinput_event_get_type(event); 377 type = libinput_event_get_type(event); 402 auto type = libinput_event_get_type(event); 415 type = libinput_event_get_type(event); 426 type = libinput_event_get_type(event);
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 118 auto type = libinput_event_get_type(event); in HandleEvent() 457 auto type = libinput_event_get_type(event); in HandleTouchPadEvent() 505 auto type = libinput_event_get_type(event); in HandleGestureEvent() 523 if (libinput_event_get_type(event) == LIBINPUT_EVENT_TOUCH_DOWN) { in ReportTouchDownToRSS() 598 auto type = libinput_event_get_type(event); in ResetTouchUpEvent() 710 auto type = libinput_event_get_type(event); in CancelTwoFingerAxis() 729 auto type = libinput_event_get_type(event); in TerminateAxis()
|
H A D | input_event_handler.cpp | 74 int32_t eventType = libinput_event_get_type(lpEvent); in OnEvent() 102 auto type = libinput_event_get_type(event); in IsTouchpadMistouch()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 117 const int32_t type = libinput_event_get_type(event); in HandleMotionInner() 183 const int32_t type = libinput_event_get_type(event); in HandleButtonInner() 441 if (libinput_event_get_type(event) == LIBINPUT_EVENT_TOUCHPAD_DOWN && !isPressed_) { in HandleAxisBeginEndInner() 448 if (libinput_event_get_type(event) == LIBINPUT_EVENT_TOUCHPAD_UP && !isPressed_) { in HandleAxisBeginEndInner() 467 if (libinput_event_get_type(event) == LIBINPUT_EVENT_POINTER_SCROLL_FINGER_BEGIN) { in HandleScrollFingerInner() 471 } else if (libinput_event_get_type(event) == LIBINPUT_EVENT_POINTER_SCROLL_FINGER_END) { in HandleScrollFingerInner() 582 const int32_t type = libinput_event_get_type(event); in Normalize()
|
/ohos5.0/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() 98 auto type = libinput_event_get_type(evt); in GetEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | joystick_transform_processor.cpp | 120 auto type = libinput_event_get_type(event); in OnEvent()
|
H A D | gesture_transform_processor.cpp | 124 auto type = libinput_event_get_type(event); in OnEvent()
|
H A D | tablet_tool_tranform_processor.cpp | 41 enum libinput_event_type type = libinput_event_get_type(event); in OnEvent()
|
H A D | touchpad_transform_processor.cpp | 195 int32_t type = libinput_event_get_type(event); in OnEvent() 439 auto type = libinput_event_get_type(event); in OnEventTouchPadPinchGesture()
|
H A D | touch_transform_processor.cpp | 261 auto type = libinput_event_get_type(event); in OnEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/src/ |
H A D | crown_transform_processor.cpp | 63 auto type = libinput_event_get_type(event); in IsCrownEvent()
|
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/src/ |
H A D | libinput_interface.cpp | 34 enum libinput_event_type libinput_event_get_type(struct libinput_event *event) in libinput_event_get_type() function
|
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/ |
H A D | fingerprint_event_processor.cpp | 119 auto type = libinput_event_get_type(event); in SetScreenState()
|
/ohos5.0/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()
|
H A D | mouse_transform_processor_test.cpp | 83 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupMouse()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_transform_processor_test.cpp | 68 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupTouchscreen()
|
H A D | touchpad_transform_processor_test.cpp | 78 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupTouchpad()
|