Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h49 ErrCode RunAsDisplayCommand();
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp154 {"display", [this]() -> ErrCode { return this->RunAsDisplayCommand(); }}, in CreateCommandMap()
615 ErrCode PowerShellCommand::RunAsDisplayCommand() in RunAsDisplayCommand() function in OHOS::PowerMgr::PowerShellCommand