Home
last modified time | relevance | path

Searched refs:RunAsHelpCommand (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_tool_command.h36 ErrCode RunAsHelpCommand();
H A Daccessibility_ability_command.h51 ErrCode RunAsHelpCommand();
H A Dability_command.h221 ErrCode RunAsHelpCommand();
/ohos5.0/base/customization/enterprise_device_management/tools/edm/include/
H A Dedm_command.h56 ErrCode RunAsHelpCommand();
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dnotification_shell_command.h42 ErrCode RunAsHelpCommand();
/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h38 ErrCode RunAsHelpCommand();
/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h84 ErrCode RunAsHelpCommand();
/ohos5.0/base/security/access_token/tools/accesstoken/include/
H A Datm_command.h54 int32_t RunAsHelpCommand();
/ohos5.0/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
/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp116 {"help", [this](){return RunAsHelpCommand();}}, in AtmCommand()
155 int32_t AtmCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::Security::AccessToken::AtmCommand
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp118 {"help", [this]() { return this->RunAsHelpCommand(); }}, in CreateCommandMap()
142 ErrCode AbilityToolCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AAFwk::AbilityToolCommand
H A Dability_command.cpp160 {"help", [this]() { return this->RunAsHelpCommand(); }}, in CreateCommandMap()
225 ErrCode AbilityManagerShellCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AAFwk::AbilityManagerShellCommand
H A Daccessibility_ability_command.cpp321 ErrCode AccessibilityAbilityShellCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AAFwk::AccessibilityAbilityShellCommand
/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h118 ErrCode RunAsHelpCommand(void);
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp143 {"help", [this]() -> ErrCode { return this->RunAsHelpCommand(); }}, in CreateCommandMap()
225 ErrCode PowerShellCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::PowerMgr::PowerShellCommand
/ohos5.0/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
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h239 ErrCode RunAsHelpCommand();
H A Dbundle_test_tool.h52 ErrCode RunAsHelpCommand();
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp206 {"help", [this] { return this->RunAsHelpCommand(); } }, in CreateCommandMap()
253 ErrCode BundleManagerShellCommand::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AppExecFwk::BundleManagerShellCommand
H A Dbundle_test_tool.cpp867 {"help", std::bind(&BundleTestTool::RunAsHelpCommand, this)}, in CreateCommandMap()
1018 ErrCode BundleTestTool::RunAsHelpCommand() in RunAsHelpCommand() function in OHOS::AppExecFwk::BundleTestTool
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Daccessibility_ability_command_first_test.cpp124 EXPECT_EQ(cmd.RunAsHelpCommand(), OHOS::ERR_OK);