Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h104 …static void ReportFailIfInvalidDistance(const std::shared_ptr<PointerEvent> touchEvent, float dist…
/ohos5.0/foundation/multimodalinput/input/service/dfx/test/
H A Ddfx_hisysevent_test.cpp273 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::ReportFailIfInvalidDistance(pointerEvent, distance));
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp608 void DfxHisysevent::ReportFailIfInvalidDistance(const std::shared_ptr<PointerEvent> touchEvent, flo… in ReportFailIfInvalidDistance() function in OHOS::MMI::DfxHisysevent
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp458 DfxHisysevent::ReportFailIfInvalidDistance(touchEvent, downToPrevDownDistance); in KnuckleGestureProcessor()