Searched refs:HELP_MSG_PUBLISH (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/notification/common_event_service/tools/test/unittest/cem/ |
H A D | common_event_command_publish_test.cpp | 88 EXPECT_EQ(cmd.ExecCommand(), Concatenate(HELP_MSG_NO_OPTION, HELP_MSG_PUBLISH)); 107 EXPECT_EQ(cmd.ExecCommand(), Concatenate(HELP_MSG_NO_OPTION, HELP_MSG_PUBLISH)); 126 EXPECT_EQ(cmd.ExecCommand(), Concatenate("error: unknown option.\n", HELP_MSG_PUBLISH)); 145 EXPECT_EQ(cmd.ExecCommand(), Concatenate("error: unknown option.\n", HELP_MSG_PUBLISH)); 164 EXPECT_NE(cmd.ExecCommand(), HELP_MSG_PUBLISH); 183 EXPECT_NE(cmd.ExecCommand(), HELP_MSG_PUBLISH); 202 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_PUBLISH); 221 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_PUBLISH); 240 …PECT_EQ(cmd.ExecCommand(), Concatenate("error: option 'e' requires a value.\n", HELP_MSG_PUBLISH)); 320 EXPECT_EQ(cmd.ExecCommand(), Concatenate(HELP_MSG_NO_EVENT_OPTION, HELP_MSG_PUBLISH)); [all …]
|
/ohos5.0/base/notification/common_event_service/tools/cem/src/ |
H A D | common_event_command.cpp | 68 resultReceiver_.append(HELP_MSG_PUBLISH); in RunAsPublishCommand() 94 resultReceiver_.append(HELP_MSG_PUBLISH); in RunAsPublishCommand()
|
/ohos5.0/base/notification/common_event_service/tools/cem/include/ |
H A D | common_event_command.h | 34 constexpr char HELP_MSG_PUBLISH[] = variable
|