Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_install_test.cpp108 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_INSTALL);
131 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_OPTION + "\n" + HELP_MSG_INSTALL);
154 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_INSTALL);
177 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_INSTALL);
200 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_INSTALL);
223 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_INSTALL);
246 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_INSTALL);
269 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_INSTALL);
292 EXPECT_EQ(cmd.ExecCommand(), STRING_REQUIRE_CORRECT_VALUE + HELP_MSG_INSTALL);
766 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_INSTALL);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h63 const std::string HELP_MSG_INSTALL = variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp702 resultReceiver_.append(HELP_MSG_INSTALL); in RunAsInstallCommand()