Home
last modified time | relevance | path

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

/base/powermgr/power_manager/utils/shell/src/
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()
178 ErrCode PowerShellCommand::RunAsForceTimeOutCommand() in RunAsForceTimeOutCommand()
189 ErrCode PowerShellCommand::RunAsTimeOutScreenLockCommand() in RunAsTimeOutScreenLockCommand()
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()
[all …]
Dmain.cpp56 OHOS::PowerMgr::PowerShellCommand cmd(argc, argv); in Loop()
72 OHOS::PowerMgr::PowerShellCommand cmd(argc, argv); in main()
/base/powermgr/power_manager/utils/shell/include/
Dpower_shell_command.h28 class PowerShellCommand : public OHOS::AAFwk::ShellCommand {
30 PowerShellCommand(int argc, char *argv[]);
31 ~PowerShellCommand() override {}; in ~PowerShellCommand()