Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/dfx/test/
H A Ddfx_hisysevent_test.cpp518 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::ReportFailIfOneSuccTwoFail(pointerEvent));
521 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::ReportFailIfOneSuccTwoFail(pointerEvent));
/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h120 static void ReportFailIfOneSuccTwoFail(std::shared_ptr<PointerEvent> touchEvent);
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp857 void DfxHisysevent::ReportFailIfOneSuccTwoFail(std::shared_ptr<PointerEvent> touchEvent) in ReportFailIfOneSuccTwoFail() function in OHOS::MMI::DfxHisysevent
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp2594 DfxHisysevent::ReportFailIfOneSuccTwoFail(touchEvent); in CheckAndUpdateTappingCountAtDown()