Home
last modified time | relevance | path

Searched refs:HELP_MSG (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_test.cpp86 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG); in HWTEST_F()
104 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
122 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
140 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
158 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG); in HWTEST_F()
/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp113 message += HELP_MSG; in HWTEST_F()
146 message += HELP_MSG; in HWTEST_F()
179 message += HELP_MSG; in HWTEST_F()
212 message += HELP_MSG; in HWTEST_F()
245 message += HELP_MSG; in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h35 const std::string HELP_MSG = "usage: aa <command> <options>\n" member
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h28 const std::string HELP_MSG = "usage: bm <command> <options>\n" member
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp228 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp255 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
H A Dbundle_test_tool.cpp126 static const std::string HELP_MSG = member
1070 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()

Completed in 20 milliseconds