Home
last modified time | relevance | path

Searched refs:HELP_MSG_NO_OPTION (Results 1 - 12 of 12) sorted by relevance

/base/notification/common_event_service/tools/cem/include/
H A Dshell_command.h29 constexpr char HELP_MSG_NO_OPTION[] = "error: you must specify an option at least.\n"; member
/base/account/os_account/tools/test/unittest/acm/
H A Daccount_command_switch_test.cpp90 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_SWITCH); in HWTEST_F()
110 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_SWITCH); in HWTEST_F()
H A Daccount_command_delete_test.cpp90 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_DELETE); in HWTEST_F()
110 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_DELETE); in HWTEST_F()
H A Daccount_command_dump_test.cpp90 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_DUMP); in HWTEST_F()
110 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_DUMP); in HWTEST_F()
H A Daccount_command_create_test.cpp96 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_CREATE); in HWTEST_F()
117 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_CREATE); in HWTEST_F()
H A Daccount_command_set_test.cpp94 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_SET); in HWTEST_F()
114 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_SET); in HWTEST_F()
/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp67 resultReceiver_.append(HELP_MSG_NO_OPTION); in RunAsPublishCommand()
175 resultReceiver_.append(HELP_MSG_NO_OPTION); in RunAsDumpCommand()
/base/notification/common_event_service/tools/test/unittest/cem/
H A Dcommon_event_command_dump_test.cpp103 EXPECT_EQ(cmd.ExecCommand(), Concatenate(HELP_MSG_NO_OPTION, HELP_MSG_DUMP)); in HWTEST_F()
125 EXPECT_EQ(cmd.ExecCommand(), Concatenate(HELP_MSG_NO_OPTION, HELP_MSG_DUMP)); in HWTEST_F()
H A Dcommon_event_command_publish_test.cpp88 EXPECT_EQ(cmd.ExecCommand(), Concatenate(HELP_MSG_NO_OPTION, HELP_MSG_PUBLISH)); in HWTEST_F()
107 EXPECT_EQ(cmd.ExecCommand(), Concatenate(HELP_MSG_NO_OPTION, HELP_MSG_PUBLISH)); in HWTEST_F()
/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp32 static const std::string HELP_MSG_NO_OPTION = "error: you must specify an option at least.\n"; member
187 resultReceiver_.append(HELP_MSG_NO_OPTION + "\n"); in RunAsCommandError()
/base/account/os_account/tools/acm/include/
H A Daccount_command.h24 const std::string HELP_MSG_NO_OPTION = "error: you must specify an option at least."; member
/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp555 resultReceiver_.append(HELP_MSG_NO_OPTION + "\n"); in RunCommandError()

Completed in 8 milliseconds