Home
last modified time | relevance | path

Searched refs:NotificationShellCommand (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/tools/test/unittest/dump/
Dnotification_shell_command_dump_test.cpp187 NotificationShellCommand cmd(argc, argv);
207 NotificationShellCommand cmd(argc, argv);
229 NotificationShellCommand cmd(argc, argv);
252 NotificationShellCommand cmd(argc, argv);
274 NotificationShellCommand cmd(argc, argv);
298 NotificationShellCommand cmd(argc, argv);
320 NotificationShellCommand cmd(argc, argv);
344 NotificationShellCommand cmd(argc, argv);
365 NotificationShellCommand cmd(argc, argv);
387 NotificationShellCommand cmd(argc, argv);
[all …]
/base/notification/distributed_notification_service/tools/dump/src/
Dnotification_shell_command.cpp86 NotificationShellCommand::NotificationShellCommand(int argc, char *argv[]) : ShellCommand(argc, arg… in NotificationShellCommand() function in OHOS::Notification::NotificationShellCommand
89 ErrCode NotificationShellCommand::CreateCommandMap() in CreateCommandMap()
92 {"help", std::bind(&NotificationShellCommand::RunAsHelpCommand, this)}, in CreateCommandMap()
93 {"dump", std::bind(&NotificationShellCommand::RunAsDumpCommand, this)}, in CreateCommandMap()
94 {"setting", std::bind(&NotificationShellCommand::RunAsSettingCommand, this)}, in CreateCommandMap()
99 ErrCode NotificationShellCommand::Init() in Init()
112 void NotificationShellCommand::SetNativeToken() in SetNativeToken()
137 ErrCode NotificationShellCommand::RunAsHelpCommand() in RunAsHelpCommand()
143 ErrCode NotificationShellCommand::RunHelp() in RunHelp()
149 ErrCode NotificationShellCommand::RunAsDumpCommand() in RunAsDumpCommand()
[all …]
Dmain.cpp20 OHOS::Notification::NotificationShellCommand cmd(argc, argv); in main()
/base/notification/distributed_notification_service/tools/dump/include/
Dnotification_shell_command.h24 class NotificationShellCommand : public OHOS::Notification::ShellCommand {
32 NotificationShellCommand(int argc, char *argv[]);
37 ~NotificationShellCommand() override {}; in ~NotificationShellCommand()