Home
last modified time | relevance | path

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

/base/powermgr/power_manager/utils/shell/include/
Dpower_shell_command.h37 ErrCode RunAsDumpCommand();
/base/notification/distributed_notification_service/tools/dump/include/
Dnotification_shell_command.h43 ErrCode RunAsDumpCommand();
/base/notification/common_event_service/tools/cem/include/
Dcommon_event_command.h85 ErrCode RunAsDumpCommand();
/base/notification/common_event_service/tools/cem/src/
Dcommon_event_command.cpp47 {"dump", std::bind(&CommonEventCommand::RunAsDumpCommand, this)}, in CreateCommandMap()
175 ErrCode CommonEventCommand::RunAsDumpCommand() in RunAsDumpCommand() function in OHOS::EventFwk::CommonEventCommand
/base/notification/distributed_notification_service/tools/dump/src/
Dnotification_shell_command.cpp88 {"dump", std::bind(&NotificationShellCommand::RunAsDumpCommand, this)}, in CreateCommandMap()
140 ErrCode NotificationShellCommand::RunAsDumpCommand() in RunAsDumpCommand() function in OHOS::Notification::NotificationShellCommand
/base/account/os_account/tools/acm/include/
Daccount_command.h110 ErrCode RunAsDumpCommand(void);
/base/powermgr/power_manager/utils/shell/src/
Dpower_shell_command.cpp111 {"dump", std::bind(&PowerShellCommand::RunAsDumpCommand, this)}, in CreateCommandMap()
208 ErrCode PowerShellCommand::RunAsDumpCommand() in RunAsDumpCommand() function in OHOS::PowerMgr::PowerShellCommand
/base/account/os_account/tools/acm/src/
Daccount_command.cpp61 {"dump", std::bind(&AccountCommand::RunAsDumpCommand, this)}, in CreateCommandMap()
180 ErrCode AccountCommand::RunAsDumpCommand(void) in RunAsDumpCommand() function in OHOS::AccountSA::AccountCommand