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.cpp188 NotificationShellCommand cmd(argc, argv);
208 NotificationShellCommand cmd(argc, argv);
230 NotificationShellCommand cmd(argc, argv);
253 NotificationShellCommand cmd(argc, argv);
275 NotificationShellCommand cmd(argc, argv);
299 NotificationShellCommand cmd(argc, argv);
321 NotificationShellCommand cmd(argc, argv);
345 NotificationShellCommand cmd(argc, argv);
366 NotificationShellCommand cmd(argc, argv);
388 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()