Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h44 ErrCode RunAsQueryLockCommand();
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp149 {"lock", [this]() -> ErrCode { return this->RunAsQueryLockCommand(); }}, in CreateCommandMap()
383 ErrCode PowerShellCommand::RunAsQueryLockCommand() in RunAsQueryLockCommand() function in OHOS::PowerMgr::PowerShellCommand