Searched refs:PowerShellCommand (Results 1 – 3 of 3) sorted by relevance
30 bool PowerShellCommand::IsDeveloperMode() in IsDeveloperMode()137 PowerShellCommand::PowerShellCommand(int argc, char *argv[]) : ShellCommand(argc, argv, "power-shel… in PowerShellCommand() function in OHOS::PowerMgr::PowerShellCommand140 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 …]
56 OHOS::PowerMgr::PowerShellCommand cmd(argc, argv); in Loop()72 OHOS::PowerMgr::PowerShellCommand cmd(argc, argv); in main()
28 class PowerShellCommand : public OHOS::AAFwk::ShellCommand {30 PowerShellCommand(int argc, char *argv[]);31 ~PowerShellCommand() override {}; in ~PowerShellCommand()