Home
last modified time | relevance | path

Searched refs:RunAsDumpCommand (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp47 {"dump", std::bind(&CommonEventCommand::RunAsDumpCommand, this)}, in CreateCommandMap()
163 ErrCode CommonEventCommand::RunAsDumpCommand() in RunAsDumpCommand() function in OHOS::EventFwk::CommonEventCommand
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/include/
H A Dcommand_parser.h34 void RunAsDumpCommand(int32_t argc, char *argv[]) const;
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dnotification_shell_command.h43 ErrCode RunAsDumpCommand();
/ohos5.0/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h39 ErrCode RunAsDumpCommand();
/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h86 ErrCode RunAsDumpCommand();
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp93 {"dump", std::bind(&NotificationShellCommand::RunAsDumpCommand, this)}, in CreateCommandMap()
149 ErrCode NotificationShellCommand::RunAsDumpCommand() in RunAsDumpCommand() function in OHOS::Notification::NotificationShellCommand
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp140 RunAsDumpCommand(argc, argv); in HandleCommands()
244 void CommandParser::RunAsDumpCommand(int32_t argc, char *argv[]) const in RunAsDumpCommand() function in OHOS::CommandParser
/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h123 ErrCode RunAsDumpCommand(void);
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp156 {"dump", [this]() -> ErrCode { return this->RunAsDumpCommand(); }}, in CreateCommandMap()
470 ErrCode PowerShellCommand::RunAsDumpCommand() in RunAsDumpCommand() function in OHOS::PowerMgr::PowerShellCommand
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp79 {"dump", [this] { return this->RunAsDumpCommand(); }}, in CreateCommandMap()
239 ErrCode AccountCommand::RunAsDumpCommand(void) in RunAsDumpCommand() function in OHOS::AccountSA::AccountCommand
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h242 ErrCode RunAsDumpCommand();
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp209 {"dump", [this] { return this->RunAsDumpCommand(); } }, in CreateCommandMap()
943 ErrCode BundleManagerShellCommand::RunAsDumpCommand() in RunAsDumpCommand() function in OHOS::AppExecFwk::BundleManagerShellCommand