Home
last modified time | relevance | path

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

/base/account/os_account/tools/test/unittest/acm/
H A Daccount_command_test.cpp78 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG); in HWTEST_F()
97 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
116 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
135 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
154 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG); in HWTEST_F()
/base/notification/common_event_service/tools/test/unittest/cem/
H A Dcommon_event_command_test.cpp73 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG); in HWTEST_F()
91 EXPECT_EQ(cmd.ExecCommand(), Concatenate("cem: 'xxx' is not a valid cem command. See 'cem help'.\n", HELP_MSG)); in HWTEST_F()
109 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
127 EXPECT_EQ(cmd.ExecCommand(), Concatenate(cmd.GetCommandErrorMsg(), HELP_MSG)); in HWTEST_F()
145 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG); in HWTEST_F()
/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()
/base/request/request/services/src/service/command/
H A Ddump.rs22 const HELP_MSG: &str = "usage:\n\ consts
33 let _ = file.write(HELP_MSG.as_bytes());
/base/customization/enterprise_device_management/tools/edm/include/
H A Dedm_command.h27 const std::string HELP_MSG = "usage: edm <command> [<options>]\n" member
/base/notification/common_event_service/tools/cem/include/
H A Dcommon_event_command.h27 constexpr char HELP_MSG[] = member
/base/notification/distributed_notification_service/tools/dump/src/
H A Dnotification_shell_command.cpp51 constexpr char HELP_MSG[] = member
139 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp35 static const std::string HELP_MSG = member
169 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/base/account/os_account/tools/acm/include/
H A Daccount_command.h25 const std::string HELP_MSG = "usage: acm <command> [<options>]\n" member
/base/customization/enterprise_device_management/tools/edm/src/
H A Dedm_command.cpp75 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/base/notification/common_event_service/tools/cem/src/
H A Dcommon_event_command.cpp55 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/base/customization/enterprise_device_management/test/unittest/tools/src/
H A Dedm_command_test.cpp46 EXPECT_EQ(cmd.ExecCommand(), HELP_MSG); in HWTEST_F()
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp77 static const std::string HELP_MSG = member
237 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()
/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp129 resultReceiver_.append(HELP_MSG); in RunAsHelpCommand()

Completed in 7 milliseconds