Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h43 ErrCode RunAsHibernateCommand();
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp148 {"hibernate", [this]() -> ErrCode { return this->RunAsHibernateCommand(); }}, in CreateCommandMap()
318 ErrCode PowerShellCommand::RunAsHibernateCommand() in RunAsHibernateCommand() function in OHOS::PowerMgr::PowerShellCommand