Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_test.cpp261 auto ret = processor.HandleMulFingersTap(event, type); in HWTEST_F()
1064 auto ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F()
1068 ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F()
1074 ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F()
1080 ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F()
1108 auto ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F()
1135 auto ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F()
1165 auto ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F()
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouchpad_transform_processor.h50 int32_t HandleMulFingersTap(struct libinput_event_touch *event, int32_t type);
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h246 bool HandleMulFingersTap(const std::shared_ptr<PointerEvent> pointerEvent);
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp495 MULTI_FINGERTAP_HDR->HandleMulFingersTap(touchpad, type); in HandleTouchPadEvent()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp636 int32_t MultiFingersTapHandler::HandleMulFingersTap(struct libinput_event_touch *event, int32_t type) in HandleMulFingersTap() function in OHOS::MMI::MultiFingersTapHandler
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1361 return HandleMulFingersTap(pointer); in OnHandleEvent()
1961 bool KeyCommandHandler::HandleMulFingersTap(const std::shared_ptr<PointerEvent> pointerEvent) in HandleMulFingersTap() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2752 * @tc.desc: Overrides the HandleMulFingersTap function exception branch
2763 ASSERT_FALSE(handler.HandleMulFingersTap(pointerEvent));

Completed in 15 milliseconds