Home
last modified time | relevance | path

Searched refs:HELP_MSG_GET (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp1045 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_GET);
1096 EXPECT_EQ(cmd.ExecCommand(), STRING_INCORRECT_OPTION + "\n" + HELP_MSG_GET);
1121 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);
1146 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);
1197 EXPECT_EQ(cmd.ExecCommand(), STRING_INCORRECT_OPTION + "\n" + HELP_MSG_GET);
1222 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);
1247 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);
1271 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_GET);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h127 const std::string HELP_MSG_GET = variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1596 resultReceiver_.append(HELP_MSG_GET); in RunAsGetCommand()
1632 resultReceiver_.append(HELP_MSG_GET); in RunAsGetCommand()