Home
last modified time | relevance | path

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

/ohos5.0/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);
642 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_UNINSTALL);
688 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_UNINSTALL);
H A Dbm_command_dump_test.cpp383 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_DUMP);
537 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_DUMP);
H A Dbm_command_test.cpp421 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_CLEAN);
441 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_CLEAN);
/ohos5.0/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"; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h182 const std::string HELP_MSG_NO_BUNDLE_NAME_OPTION = variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp903 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsUninstallCommand()
1079 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsDumpCommand()
1085 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsDumpCommand()
1259 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsCleanCommand()
1420 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsEnableCommand()
1564 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in RunAsDisableCommand()
H A Dbundle_test_tool.cpp468 const std::string HELP_MSG_NO_BUNDLE_NAME_OPTION = variable
1458 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION); in RunAsInstallSandboxCommand()
1515 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION); in RunAsUninstallSandboxCommand()
1578 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION); in RunAsDumpSandboxCommand()
3487 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in BundleNameAndUserIdCommonFunc()
/ohos5.0/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);
H A Daa_command_start_test.cpp360 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + HELP_MSG_START);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1152 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in MakeWantForProcess()
1816 resultReceiver_.append(HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n"); in MakeWantFromCmd()