Searched refs:CommonEventCommand (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/notification/common_event_service/tools/test/unittest/cem/ |
H A D | common_event_command_publish_test.cpp | 87 CommonEventCommand cmd(argc, argv); 106 CommonEventCommand cmd(argc, argv); 125 CommonEventCommand cmd(argc, argv); 144 CommonEventCommand cmd(argc, argv); 163 CommonEventCommand cmd(argc, argv); 182 CommonEventCommand cmd(argc, argv); 201 CommonEventCommand cmd(argc, argv); 220 CommonEventCommand cmd(argc, argv); 239 CommonEventCommand cmd(argc, argv); 259 CommonEventCommand cmd(argc, argv); [all …]
|
H A D | common_event_command_dump_test.cpp | 98 CommonEventCommand cmd(argc, argv); 121 CommonEventCommand cmd(argc, argv); 143 CommonEventCommand cmd(argc, argv); 166 CommonEventCommand cmd(argc, argv); 189 CommonEventCommand cmd(argc, argv); 211 CommonEventCommand cmd(argc, argv); 233 CommonEventCommand cmd(argc, argv); 256 CommonEventCommand cmd(argc, argv); 279 CommonEventCommand cmd(argc, argv); 299 CommonEventCommand cmd(argc, argv); [all …]
|
H A D | common_event_command_test.cpp | 72 CommonEventCommand cmd(argc, argv); 90 CommonEventCommand cmd(argc, argv); 108 CommonEventCommand cmd(argc, argv); 126 CommonEventCommand cmd(argc, argv); 144 CommonEventCommand cmd(argc, argv);
|
/ohos5.0/base/notification/common_event_service/tools/cem/src/ |
H A D | common_event_command.cpp | 42 ErrCode CommonEventCommand::CreateCommandMap() in CreateCommandMap() 45 {"help", std::bind(&CommonEventCommand::RunAsHelpCommand, this)}, in CreateCommandMap() 46 {"publish", std::bind(&CommonEventCommand::RunAsPublishCommand, this)}, in CreateCommandMap() 47 {"dump", std::bind(&CommonEventCommand::RunAsDumpCommand, this)}, in CreateCommandMap() 52 ErrCode CommonEventCommand::RunAsHelpCommand() in RunAsHelpCommand() 59 ErrCode CommonEventCommand::RunAsPublishCommand() in RunAsPublishCommand() 137 void CommonEventCommand::CheckPublishOpt() in CheckPublishOpt() 163 ErrCode CommonEventCommand::RunAsDumpCommand() in RunAsDumpCommand() 198 void CommonEventCommand::SetDumpCmdInfo(DumpCmdInfo &cmdInfo, ErrCode &result, bool &hasOption) in SetDumpCmdInfo() 227 void CommonEventCommand::CheckDumpOpt() in CheckDumpOpt() [all …]
|
H A D | main.cpp | 22 OHOS::EventFwk::CommonEventCommand cmd(argc, argv); in main()
|
/ohos5.0/base/notification/common_event_service/tools/test/moduletest/cem/ |
H A D | common_event_command_dump_module_test.cpp | 42 void SetMockObjects(const CommonEventCommand &cmd) const; 64 void CemCommandDumpModuleTest::SetMockObjects(const CommonEventCommand &cmd) const in SetMockObjects() 96 CommonEventCommand cmd(argc, argv); 131 CommonEventCommand cmd(argc, argv);
|
H A D | common_event_command_publish_module_test.cpp | 41 void SetMockObjects(const CommonEventCommand &cmd) const; 63 void CemCommandPublishModuleTest::SetMockObjects(const CommonEventCommand &cmd) const in SetMockObjects() 95 CommonEventCommand cmd(argc, argv);
|
/ohos5.0/base/notification/common_event_service/tools/cem/include/ |
H A D | common_event_command.h | 77 class CommonEventCommand : public OHOS::EventFwk::ShellCommand { 79 CommonEventCommand(int argc, char *argv[]) : ShellCommand(argc, argv, TOOL_NAME) {} in CommonEventCommand() function 80 ~CommonEventCommand() override = default;
|