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 D | bm_command_uninstall_test.cpp | 364 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 D | bm_command_dump_test.cpp | 383 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 D | bm_command_test.cpp | 421 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 D | ability_command.h | 159 const std::string HELP_MSG_NO_BUNDLE_NAME_OPTION = "error: -b <bundle-name> is expected"; member
|
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 190 const std::string HELP_MSG_NO_BUNDLE_NAME_OPTION = member
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 884 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 D | bundle_test_tool.cpp | 472 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 D | aa_command_stop_service_test.cpp | 315 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_STOP_SERVICE); in HWTEST_F()
|
H A D | aa_command_start_test.cpp | 360 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 D | ability_command.cpp | 1153 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