Home
last modified time | relevance | path

Searched refs:HELP_MSG_NO_BUNDLE_NAME_OPTION (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_uninstall_test.cpp364 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_UNINSTALL); in HWTEST_F()
668 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_UNINSTALL); in HWTEST_F()
714 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_UNINSTALL); in HWTEST_F()
H A Dbm_command_dump_test.cpp383 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_DUMP); in HWTEST_F()
583 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_DUMP); in HWTEST_F()
H A Dbm_command_test.cpp421 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_CLEAN); in HWTEST_F()
441 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_CLEAN); in HWTEST_F()
1068 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_DISABLE); in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h159 const std::string HELP_MSG_NO_BUNDLE_NAME_OPTION = "error: -b <bundle-name> is expected"; member
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h190 const std::string HELP_MSG_NO_BUNDLE_NAME_OPTION = member
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp884 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsUninstallCommand()
1046 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsDumpCommand()
1052 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsDumpCommand()
1212 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsCleanCommand()
1359 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsEnableCommand()
1489 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsDisableCommand()
H A Dbundle_test_tool.cpp472 const std::string HELP_MSG_NO_BUNDLE_NAME_OPTION = member
1508 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION); in RunAsInstallSandboxCommand()
1565 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION); in RunAsUninstallSandboxCommand()
1628 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION); in RunAsDumpSandboxCommand()
3537 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in BundleNameAndUserIdCommonFunc()
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_stop_service_test.cpp315 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_STOP_SERVICE); in HWTEST_F()
H A Daa_command_start_test.cpp360 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_START); in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1153 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in MakeWantForProcess()
1820 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in MakeWantFromCmd()

Completed in 20 milliseconds