Home
last modified time | relevance | path

Searched refs:HELP_MSG_DUMP (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_dump_test.cpp109 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_DUMP);
132 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_DUMP);
155 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_DUMP);
178 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_DUMP);
201 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_DUMP);
224 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_DUMP);
247 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_DUMP);
270 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_DUMP);
339 EXPECT_EQ(cmd.ExecCommand(), STRING_REQUIRE_CORRECT_VALUE + HELP_MSG_DUMP);
495 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_DUMP);
[all …]
/ohos5.0/base/account/os_account/tools/test/unittest/acm/
H A Daccount_command_dump_test.cpp90 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_DUMP);
110 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_DUMP);
130 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_UNKNOWN_OPTION + "\n" + HELP_MSG_DUMP);
150 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_UNKNOWN_OPTION + "\n" + HELP_MSG_DUMP);
170 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_UNKNOWN_OPTION + "\n" + HELP_MSG_DUMP);
190 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_UNKNOWN_OPTION + "\n" + HELP_MSG_DUMP);
210 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_DUMP);
230 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_DUMP);
250 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_OPTION_REQUIRES_AN_ARGUMENT + "\n" + HELP_MSG_DUMP);
/ohos5.0/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));
125 EXPECT_EQ(cmd.ExecCommand(), Concatenate(HELP_MSG_NO_OPTION, HELP_MSG_DUMP));
148 EXPECT_EQ(cmd.ExecCommand(), Concatenate("error: unknown option.\n", HELP_MSG_DUMP));
171 EXPECT_EQ(cmd.ExecCommand(), Concatenate("error: unknown option.\n", HELP_MSG_DUMP));
193 EXPECT_EQ(cmd.ExecCommand(), Concatenate("error: unknown option.\n", HELP_MSG_DUMP));
215 EXPECT_EQ(cmd.ExecCommand(), Concatenate("error: unknown option.\n", HELP_MSG_DUMP));
238 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_DUMP);
261 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_DUMP);
363 … EXPECT_EQ(cmd.ExecCommand(), Concatenate("error: option 'e' requires a value.\n", HELP_MSG_DUMP));
444 … EXPECT_EQ(cmd.ExecCommand(), Concatenate("error: option 'u' requires a value.\n", HELP_MSG_DUMP));
[all …]
/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp176 resultReceiver_.append(HELP_MSG_DUMP); in RunAsDumpCommand()
193 resultReceiver_.append(HELP_MSG_DUMP); in RunAsDumpCommand()
/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h41 constexpr char HELP_MSG_DUMP[] = variable
/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp43 static const std::string HELP_MSG_DUMP = variable
441 return HandleComplexCommand(SHORT_OPTIONS_DUMP, LONG_OPTIONS_DUMP, HELP_MSG_DUMP); in RunAsCommonCommand()
/ohos5.0/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_dump_module_test.cpp89 EXPECT_EQ(commandResult, HELP_MSG_INVALID_ID_ARGUMENT + "\n" + HELP_MSG_DUMP);
/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h50 const std::string HELP_MSG_DUMP = variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h95 const std::string HELP_MSG_DUMP = variable
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp247 resultReceiver_.append(HELP_MSG_DUMP); in RunAsDumpCommand()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1090 resultReceiver_.append(HELP_MSG_DUMP); in RunAsDumpCommand()