Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp35 constexpr int32_t CONVERSION_US_TO_MS { 1000 }; variable
355 int64_t castTime = (endTime - dispatchStartTime_) / CONVERSION_US_TO_MS; in CalcKeyDispTimes()
371 int64_t castTime = (endTime - dispatchStartTime_) / CONVERSION_US_TO_MS; in CalcPointerDispTimes()
416 int64_t castTime = (endTime - comboStartTime_) / CONVERSION_US_TO_MS - keyDownDuration; in CalcComboStartTimes()
564 "SKS_T_I", intervalTime / CONVERSION_US_TO_MS, in ReportSingleKnuckleDoubleClickEvent()
598 knuckleFailCount, intervalTime / CONVERSION_US_TO_MS, in ReportFailIfInvalidTime()
743 …uckleGestureTrackTime = (gestureTimeStamps[size - 1] - gestureTimeStamps[0]) / CONVERSION_US_TO_MS; in ReportKnuckleGestureTrackTime()
764 "DKS_T_I", intervalTime / CONVERSION_US_TO_MS, in ReportScreenRecorderGesture()
805 intervalTime /= CONVERSION_US_TO_MS; in ReportKnuckleGestureFromFailToSuccessTime()
824 intervalTime /= CONVERSION_US_TO_MS; in ReportKnuckleGestureFromSuccessToFailTime()