Home
last modified time | relevance | path

Searched refs:GetCurrentMillisecond (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
H A Dtouch_event.h70 actionTime = GetCurrentMillisecond(); in Resets()
71 downTime = GetCurrentMillisecond(); in Resets()
H A Dui_record.cpp120 touchTime = GetCurrentMillisecond(); in OnInputEvent()
218 int currentTime = GetCurrentMillisecond(); in TimerTouchCheckFunction()
286 touchTime = GetCurrentMillisecond(); in OnInputEvent()
/test/testfwk/arkxtest/uitest/core/
H A Dcommon_utilities_hpp.h52 inline uint64_t GetCurrentMillisecond() in GetCurrentMillisecond() function
H A Dui_driver.cpp335 const auto startMs = GetCurrentMillisecond(); in WaitForWidget()
346 } while (GetCurrentMillisecond() - startMs < opt.waitWidgetMaxMs_); in WaitForWidget()

Completed in 4 milliseconds