Home
last modified time | relevance | path

Searched refs:RunAsDumpCommand (Results 1 - 8 of 8) sorted by relevance

/base/powermgr/power_manager/utils/shell/include/
H A Dpower_shell_command.h39 ErrCode RunAsDumpCommand();
/base/notification/distributed_notification_service/tools/dump/include/
H A Dnotification_shell_command.h43 ErrCode RunAsDumpCommand();
/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h86 ErrCode RunAsDumpCommand();
/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
/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
/base/account/os_account/tools/acm/include/
H A Daccount_command.h123 ErrCode RunAsDumpCommand(void);
/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
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp156 {"dump", [this]() -> ErrCode { return this->RunAsDumpCommand(); }}, in CreateCommandMap()
476 ErrCode PowerShellCommand::RunAsDumpCommand() in RunAsDumpCommand() function in OHOS::PowerMgr::PowerShellCommand

Completed in 8 milliseconds