Home
last modified time | relevance | path

Searched refs:WaitForUiSteady (Results 1 - 5 of 5) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
H A Dui_driver.cpp290 uiController_->WaitForUiSteady(opt.uiSteadyThresholdMs_, opt.waitUiSteadyMaxMs_); in FindWidgets()
463 bool UiDriver::WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutSec, ApiCallErr &error) in WaitForUiSteady() function in OHOS::uitest::UiDriver
468 return uiController_->WaitForUiSteady(idleThresholdMs, timeoutSec); in WaitForUiSteady()
H A Dui_controller.h61 virtual bool WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutSec) const in WaitForUiSteady() function in OHOS::uitest::UiController
H A Dui_driver.h82 bool WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutSec, ApiCallErr &error);
H A Dfrontend_api_handler.cpp1121 out.resultValue_ = driver.WaitForUiSteady(idleTime, timeout, out.exception_); in RegisterUiDriverDisplayOperators()
/test/testfwk/arkxtest/uitest/server/
H A Dsystem_ui_controller.h35 bool WaitForUiSteady(uint32_t idleThresholdMs, uint32_t timeoutMs) const override;

Completed in 6 milliseconds