Home
last modified time | relevance | path

Searched refs:RunAsDisplayCommandRestore (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h53 ErrCode RunAsDisplayCommandRestore();
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp165 {'r', [this]() -> ErrCode { return this->RunAsDisplayCommandRestore(); }}, in CreateCommandMap()
526 ErrCode PowerShellCommand::RunAsDisplayCommandRestore() in RunAsDisplayCommandRestore() function in OHOS::PowerMgr::PowerShellCommand