Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h117 static void ReportKnuckleGestureFromSuccessToFailTime(int32_t intervalTime);
/ohos5.0/foundation/multimodalinput/input/service/dfx/test/
H A Ddfx_hisysevent_test.cpp487 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::ReportKnuckleGestureFromSuccessToFailTime(intervalTime));
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp822 void DfxHisysevent::ReportKnuckleGestureFromSuccessToFailTime(int32_t intervalTime) in ReportKnuckleGestureFromSuccessToFailTime() function in OHOS::MMI::DfxHisysevent
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp935 …DfxHisysevent::ReportKnuckleGestureFromSuccessToFailTime(drawOFailTimestamp_ - drawOSuccTimestamp_… in ReportIfNeed()