Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
H A Devent_monitor.cpp55 bool EventMonitor::WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs) in WaitEventIdle() function in EventMonitor
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() function in OHOS::WuKong::ComponentEventMonitor
/test/ostest/wukong/common/include/
H A Devent_monitor.h43 bool WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs);
/test/testfwk/arkxtest/uitest/server/
H A Dsystem_ui_controller.cpp78 bool WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs);
255 bool UiEventMonitor::WaitEventIdle(uint32_t idleThresholdMs, uint32_t timeoutMs) in WaitEventIdle() function in OHOS::uitest::UiEventMonitor
269 return WaitEventIdle(idleThresholdMs, timeoutMs - sliceMs); in WaitEventIdle()
761 return g_monitorInstance_->WaitEventIdle(idleThresholdMs, timeoutMs); in WaitForUiSteady()

Completed in 4 milliseconds