Home
last modified time | relevance | path

Searched refs:IsScreenOn (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.h67 bool IsScreenOn() const override;
Dsystem_ui_controller.cpp785 bool SysUiController::IsScreenOn() const in IsScreenOn() function in OHOS::uitest::SysUiController
/test/testfwk/arkxtest/uitest/core/
Dui_controller.h103 virtual bool IsScreenOn() const in IsScreenOn() function
Dui_driver.cpp471 if (uiController_->IsScreenOn()) { in WakeUpDisplay()