Home
last modified time | relevance | path

Searched refs:StatisticTouchpadGesture (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h99 static void StatisticTouchpadGesture(std::shared_ptr<PointerEvent> pointerEvent);
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp343 DfxHisysevent::StatisticTouchpadGesture(pointerEvent_); in SetTouchPadSwipeData()
431 DfxHisysevent::StatisticTouchpadGesture(pointerEvent_); in ProcessTouchPadPinchDataEvent()
/ohos5.0/foundation/multimodalinput/input/service/dfx/test/
H A Ddfx_hisysevent_test.cpp87 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::StatisticTouchpadGesture(pointerEvent));
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp476 void DfxHisysevent::StatisticTouchpadGesture(std::shared_ptr<PointerEvent> pointerEvent) in StatisticTouchpadGesture() function in OHOS::MMI::DfxHisysevent