Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h42 ErrCode RunAsSuspendCommand();
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp146 {"suspend", [this]() -> ErrCode { return this->RunAsSuspendCommand(); }}, in CreateCommandMap()
306 ErrCode PowerShellCommand::RunAsSuspendCommand() in RunAsSuspendCommand() function in OHOS::PowerMgr::PowerShellCommand