Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h45 ErrCode RunAsProxyLockCommand();
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp150 {"proxylock", [this]() -> ErrCode { return this->RunAsProxyLockCommand(); }}, in CreateCommandMap()
419 ErrCode PowerShellCommand::RunAsProxyLockCommand() in RunAsProxyLockCommand() function in OHOS::PowerMgr::PowerShellCommand