Home
last modified time | relevance | path

Searched refs:waitUiSteadyMaxMs_ (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dui_driver.cpp278 uiController_->WaitForUiSteady(opt.uiSteadyThresholdMs_, opt.waitUiSteadyMaxMs_); in TriggerKey()
361 uiController_->WaitForUiSteady(opt.uiSteadyThresholdMs_, opt.waitUiSteadyMaxMs_); in PerformTouch()
375 uiController_->WaitForUiSteady(opt.uiSteadyThresholdMs_, opt.waitUiSteadyMaxMs_); in PerformMouseAction()
Dui_action.h154 uint32_t waitUiSteadyMaxMs_ = 3000; variable
/test/testfwk/arkxtest/uitest/test/
Dui_action_test.cpp45 customOptions_.waitUiSteadyMaxMs_ = CUSTOM_WAIT_UI_STEADY_MS; in SetUp()