Home
last modified time | relevance | path

Searched refs:RunAsHelpCommand (Results 1 - 12 of 12) sorted by relevance

/base/customization/enterprise_device_management/tools/edm/include/
H A Dedm_command.h56 ErrCode RunAsHelpCommand();
/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h38 ErrCode RunAsHelpCommand();
/base/notification/distributed_notification_service/tools/dump/include/
H A Dnotification_shell_command.h42 ErrCode RunAsHelpCommand();
/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h84 ErrCode RunAsHelpCommand();
/base/customization/enterprise_device_management/tools/edm/src/
H A Dedm_command.cpp41 { "help", [this]{return this->RunAsHelpCommand();} }, in CreateCommandMap()
73 ErrCode EdmCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::EDM::EdmCommand
/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp45 {"help", std::bind(&CommonEventCommand::RunAsHelpCommand, this)}, in CreateCommandMap()
52 ErrCode CommonEventCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::EventFwk::CommonEventCommand
/base/security/access_token/tools/accesstoken/include/
H A Datm_command.h54 int32_t RunAsHelpCommand();
/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp92 {"help", std::bind(&NotificationShellCommand::RunAsHelpCommand, this)}, in CreateCommandMap()
137 ErrCode NotificationShellCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::Notification::NotificationShellCommand
/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp128 {"help", [this](){return RunAsHelpCommand();}}, in AtmCommand()
167 int32_t AtmCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::Security::AccessToken::AtmCommand
/base/account/os_account/tools/acm/include/
H A Daccount_command.h118 ErrCode RunAsHelpCommand(void);
/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp76 {"help", [this] { return this->RunAsHelpCommand(); }}, in CreateCommandMap()
126 ErrCode AccountCommand::RunAsHelpCommand(void) in RunAsHelpCommand() function in OHOS::AccountSA::AccountCommand
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp143 {"help", [this]() -> ErrCode { return this->RunAsHelpCommand(); }}, in CreateCommandMap()
231 ErrCode PowerShellCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::PowerMgr::PowerShellCommand

Completed in 7 milliseconds