/ohos5.0/base/notification/common_event_service/tools/test/unittest/cem/ |
H A D | common_event_command_test.cpp | 73 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 D | account_command_test.cpp | 78 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 D | aa_command_test.cpp | 86 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 D | main.cpp | 28 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 D | dump.rs | 22 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 D | edm_command.h | 27 const std::string HELP_MSG = "usage: edm <command> [<options>]\n" variable
|
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_test.cpp | 113 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 D | common_event_command.h | 27 constexpr char HELP_MSG[] = variable
|
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/ |
H A D | notification_shell_command.cpp | 51 constexpr char HELP_MSG[] = variable 139 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
|
/ohos5.0/base/security/access_token/tools/accesstoken/src/ |
H A D | atm_command.cpp | 35 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 D | edm_command.cpp | 75 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
|
/ohos5.0/base/account/os_account/tools/acm/include/ |
H A D | account_command.h | 25 const std::string HELP_MSG = "usage: acm <command> [<options>]\n" variable
|
/ohos5.0/base/powermgr/power_manager/utils/shell/src/ |
H A D | power_shell_command.cpp | 77 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 D | ability_command.h | 35 const std::string HELP_MSG = "usage: aa <command> <options>\n" variable
|
/ohos5.0/base/notification/common_event_service/tools/cem/src/ |
H A D | common_event_command.cpp | 55 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/tools/src/ |
H A D | edm_command_test.cpp | 46 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG);
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 28 const std::string HELP_MSG = "usage: bm <command> <options>\n" variable
|
/ohos5.0/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 129 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | ability_command.cpp | 227 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 125 static const std::string HELP_MSG = variable 1020 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
|
H A D | bundle_command.cpp | 255 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
|