Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_quickfix_test.cpp75 EXPECT_EQ(cmd.ExecCommand(), "error: parameter is not enough.\n" + HELP_MSG_QUICK_FIX);
96 EXPECT_EQ(cmd.ExecCommand(), "error: unknown option.\n" + HELP_MSG_QUICK_FIX);
117 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_QUICK_FIX);
138 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG_QUICK_FIX);
159 EXPECT_EQ(cmd.ExecCommand(), "error: option [--apply] is incorrect.\n" + HELP_MSG_QUICK_FIX);
180 EXPECT_EQ(cmd.ExecCommand(), "error: option [--apply] is incorrect.\n" + HELP_MSG_QUICK_FIX);
202 EXPECT_EQ(cmd.ExecCommand(), "error: option [--apply] is incorrect.\n" + HELP_MSG_QUICK_FIX);
225 EXPECT_EQ(cmd.ExecCommand(), "error: parameter is not enough.\n" + HELP_MSG_QUICK_FIX);
366 EXPECT_EQ(cmd.ExecCommand(), "error: option [--query] is incorrect.\n" + HELP_MSG_QUICK_FIX);
387 EXPECT_EQ(cmd.ExecCommand(), "error: option [--query] is incorrect.\n" + HELP_MSG_QUICK_FIX);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h133 const std::string HELP_MSG_QUICK_FIX = variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp1648 resultReceiver_.append(HELP_MSG_QUICK_FIX); in RunAsQuickFixCommand()
1654 resultReceiver_.append(HELP_MSG_QUICK_FIX); in RunAsQuickFixCommand()
1699 resultReceiver_.append(HELP_MSG_QUICK_FIX); in RunAsQuickFixCommand()
1715 resultReceiver_.append(HELP_MSG_QUICK_FIX); in RunAsQuickFixCommand()
1735 resultReceiver_.append(HELP_MSG_QUICK_FIX); in RunAsQuickFixCommand()
1742 resultReceiver_.append(HELP_MSG_QUICK_FIX); in RunAsQuickFixCommand()