Searched refs:ReportFailIfInvalidTime (Results 1 – 4 of 4) sorted by relevance
245 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::ReportFailIfInvalidTime(pointerEvent, intervalTime));250 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::ReportFailIfInvalidTime(pointerEvent, intervalTime));253 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::ReportFailIfInvalidTime(pointerEvent, intervalTime));258 ASSERT_NO_FATAL_FAILURE(DfxHisysevent::ReportFailIfInvalidTime(pointerEvent, intervalTime));
103 …static void ReportFailIfInvalidTime(const std::shared_ptr<PointerEvent> touchEvent, int32_t interv…
574 void DfxHisysevent::ReportFailIfInvalidTime(const std::shared_ptr<PointerEvent> touchEvent, int32_t… in ReportFailIfInvalidTime() function in OHOS::MMI::DfxHisysevent
455 DfxHisysevent::ReportFailIfInvalidTime(touchEvent, intervalTime); in KnuckleGestureProcessor()