Home
last modified time | relevance | path

Searched refs:idleThresholdMs (Results 1 - 8 of 8) sorted by relevance

/test/ostest/wukong/common/src/
H A Devent_monitor.cpp55 bool EventMonitor::WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs) in WaitEventIdle() argument
61 if (currentMs - lastEventMillis_.load() >= idleThresholdMs) { in WaitEventIdle()
65 return WaitEventIdle(idleThresholdMs, timeoutMs - sliceMs); in WaitEventIdle()
H A Dcomponent_manager.cpp53 bool WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs);
102 bool ComponentEventMonitor::WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs) in WaitEventIdle() argument
/test/ostest/wukong/common/include/
H A Devent_monitor.h43 bool WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs);
/test/testfwk/arkxtest/uitest/core/
H A Dui_controller.h61 virtual bool WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutSec) const in WaitForUiSteady() argument
H A Dui_driver.h82 bool WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutSec, ApiCallErr &error);
H A Dui_driver.cpp463 bool UiDriver::WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutSec, ApiCallErr &error) in WaitForUiSteady() argument
468 return uiController_->WaitForUiSteady(idleThresholdMs, timeoutSec); in WaitForUiSteady()
/test/testfwk/arkxtest/uitest/server/
H A Dsystem_ui_controller.h35 bool WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutMs) const override;
H A Dsystem_ui_controller.cpp78 bool WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs);
241 const auto idleThresholdMs = 10000; in WaitScrollCompelete() local
243 while (currentMs - lastScrollBeginEventMillis_.load() < idleThresholdMs) { in WaitScrollCompelete()
255 bool UiEventMonitor::WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs) in WaitEventIdle() argument
261 if (currentMs - lastEventMillis_.load() >= idleThresholdMs) { in WaitEventIdle()
269 return WaitEventIdle(idleThresholdMs, timeoutMs - sliceMs); in WaitEventIdle()
759 bool SysUiController::WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutMs) const in WaitForUiSteady() argument
761 return g_monitorInstance_->WaitEventIdle(idleThresholdMs, timeoutMs); in WaitForUiSteady()

Completed in 5 milliseconds