Searched refs:NotificationShellCommand (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/tools/test/unittest/dump/ |
H A D | notification_shell_command_dump_test.cpp | 187 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 …]
|
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/ |
H A D | notification_shell_command.cpp | 86 NotificationShellCommand::NotificationShellCommand(int argc, char *argv[]) : ShellCommand(argc, arg… in NotificationShellCommand() function in OHOS::Notification::NotificationShellCommand 89 ErrCode NotificationShellCommand::CreateCommandMap() 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() 248 void NotificationShellCommand::CheckDumpOpt() in CheckDumpOpt() 266 ErrCode NotificationShellCommand::RunAsSettingCommand() in RunAsSettingCommand() 309 ErrCode NotificationShellCommand::RunSetEnableCmd() in RunSetEnableCmd() [all …]
|
H A D | main.cpp | 20 OHOS::Notification::NotificationShellCommand cmd(argc, argv); in main()
|
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/ |
H A D | notification_shell_command.h | 24 class NotificationShellCommand : public OHOS::Notification::ShellCommand { 32 NotificationShellCommand(int argc, char *argv[]); 37 ~NotificationShellCommand() override {}; in ~NotificationShellCommand()
|