Searched refs:RunAsDumpCommand (Results 1 – 8 of 8) sorted by relevance
/base/powermgr/power_manager/utils/shell/include/ |
D | power_shell_command.h | 37 ErrCode RunAsDumpCommand();
|
/base/notification/distributed_notification_service/tools/dump/include/ |
D | notification_shell_command.h | 43 ErrCode RunAsDumpCommand();
|
/base/notification/common_event_service/tools/cem/include/ |
D | common_event_command.h | 85 ErrCode RunAsDumpCommand();
|
/base/notification/common_event_service/tools/cem/src/ |
D | common_event_command.cpp | 47 {"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/ |
D | notification_shell_command.cpp | 88 {"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/ |
D | account_command.h | 110 ErrCode RunAsDumpCommand(void);
|
/base/powermgr/power_manager/utils/shell/src/ |
D | power_shell_command.cpp | 111 {"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/ |
D | account_command.cpp | 61 {"dump", std::bind(&AccountCommand::RunAsDumpCommand, this)}, in CreateCommandMap() 180 ErrCode AccountCommand::RunAsDumpCommand(void) in RunAsDumpCommand() function in OHOS::AccountSA::AccountCommand
|