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 D | bm_command_quickfix_test.cpp | 75 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 D | bundle_command.h | 133 const std::string HELP_MSG_QUICK_FIX = variable
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 1648 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()
|