Home
last modified time | relevance | path

Searched refs:HELP_MSG (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/notification/common_event_service/tools/test/unittest/cem/
H A Dcommon_event_command_test.cpp73 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG);
91 ….ExecCommand(), Concatenate("cem: 'xxx' is not a valid cem command. See 'cem help'.\n", HELP_MSG));
109 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG);
127 EXPECT_EQ(cmd.ExecCommand(), Concatenate(cmd.GetCommandErrorMsg(), HELP_MSG));
145 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG);
/ohos5.0/base/account/os_account/tools/test/unittest/acm/
H A Daccount_command_test.cpp78 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG);
97 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG);
116 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG);
135 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG);
154 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG);
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_test.cpp86 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG);
104 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG);
122 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG);
140 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG);
158 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG);
/ohos5.0/base/update/sys_installer/tools/module_update_tool/
H A Dmain.cpp28 static const std::string HELP_MSG = variable
51 printf("%s", HELP_MSG.c_str()); in CheckParam()
199 printf("%s", HELP_MSG.c_str()); in main()
/ohos5.0/base/request/request/services/src/service/command/
H A Ddump.rs22 const HELP_MSG: &str = "usage:\n\ const
33 let _ = file.write(HELP_MSG.as_bytes()); in dump()
/ohos5.0/base/customization/enterprise_device_management/tools/edm/include/
H A Dedm_command.h27 const std::string HELP_MSG = "usage: edm <command> [<options>]\n" variable
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp113 message += HELP_MSG;
146 message += HELP_MSG;
179 message += HELP_MSG;
212 message += HELP_MSG;
245 message += HELP_MSG;
/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h27 constexpr char HELP_MSG[] = variable
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp51 constexpr char HELP_MSG[] = variable
139 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp35 static const std::string HELP_MSG = variable
157 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/ohos5.0/base/customization/enterprise_device_management/tools/edm/src/
H A Dedm_command.cpp75 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h25 const std::string HELP_MSG = "usage: acm <command> [<options>]\n" variable
/ohos5.0/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp77 static const std::string HELP_MSG = variable
231 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h35 const std::string HELP_MSG = "usage: aa <command> <options>\n" variable
/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp55 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/tools/src/
H A Dedm_command_test.cpp46 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h28 const std::string HELP_MSG = "usage: bm <command> <options>\n" variable
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp129 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp227 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp125 static const std::string HELP_MSG = variable
1020 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
H A Dbundle_command.cpp255 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()