Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/record/
Dtouch_event.h70 actionTime = GetCurrentMillisecond(); in Resets()
71 downTime = GetCurrentMillisecond(); in Resets()
Dui_record.cpp121 touchTime = GetCurrentMillisecond(); in OnInputEvent()
219 int currentTime = GetCurrentMillisecond(); in TimerTouchCheckFunction()
287 touchTime = GetCurrentMillisecond(); in OnInputEvent()
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp162 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()
/test/testfwk/arkxtest/uitest/core/
Dcommon_utilities_hpp.h61 inline uint64_t GetCurrentMillisecond() in GetCurrentMillisecond() function
Dui_driver.cpp328 const auto startMs = GetCurrentMillisecond(); in WaitForWidget()
339 } while (GetCurrentMillisecond() - startMs < opt.waitWidgetMaxMs_); in WaitForWidget()