Home
last modified time | relevance | path

Searched refs:PowerShellCommand (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp30 bool PowerShellCommand::IsDeveloperMode() in IsDeveloperMode()
137 PowerShellCommand::PowerShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, "power-shel… in PowerShellCommand() function in OHOS::PowerMgr::PowerShellCommand
140 ErrCode PowerShellCommand::CreateCommandMap() in CreateCommandMap()
213 ErrCode PowerShellCommand::CreateMessageMap() in CreateMessageMap()
220 ErrCode PowerShellCommand::init() in init()
225 ErrCode PowerShellCommand::RunAsHelpCommand() in RunAsHelpCommand()
235 ErrCode PowerShellCommand::RunAsSetModeCommand() in RunAsSetModeCommand()
271 ErrCode PowerShellCommand::RunAsWakeupCommand() in RunAsWakeupCommand()
306 ErrCode PowerShellCommand::RunAsSuspendCommand() in RunAsSuspendCommand()
470 ErrCode PowerShellCommand::RunAsDumpCommand() in RunAsDumpCommand()
[all …]
H A Dmain.cpp56 OHOS::PowerMgr::PowerShellCommand cmd(argc, argv); in Loop()
72 OHOS::PowerMgr::PowerShellCommand cmd(argc, argv); in main()
/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h28 class PowerShellCommand : public OHOS::AAFwk::ShellCommand {
30 PowerShellCommand(int argc, char *argv[]);
31 ~PowerShellCommand() override {}; in ~PowerShellCommand()