Searched refs:GetCurrentMillisecond (Results 1 – 5 of 5) sorted by relevance
70 actionTime = GetCurrentMillisecond(); in Resets()71 downTime = GetCurrentMillisecond(); in Resets()
121 touchTime = GetCurrentMillisecond(); in OnInputEvent()219 int currentTime = GetCurrentMillisecond(); in TimerTouchCheckFunction()287 touchTime = GetCurrentMillisecond(); in OnInputEvent()
162 lastScrollBeginEventMillis_.store(GetCurrentMillisecond()); in OnAccessibilityEvent()179 lastEventMillis_.store(GetCurrentMillisecond()); in OnAccessibilityEvent()186 lastEventMillis_.store(GetCurrentMillisecond()); in GetLastEventMillis()196 const auto currentMs = GetCurrentMillisecond(); in WaitScrollCompelete()213 const auto currentMs = GetCurrentMillisecond(); in WaitEventIdle()
61 inline uint64_t GetCurrentMillisecond() in GetCurrentMillisecond() function
328 const auto startMs = GetCurrentMillisecond(); in WaitForWidget()339 } while (GetCurrentMillisecond() - startMs < opt.waitWidgetMaxMs_); in WaitForWidget()