Home
last modified time | relevance | path

Searched refs:GetCommandErrorMsg (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/account/os_account/tools/test/unittest/acm/
H A Daccount_command_test.cpp97 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);
/ohos5.0/base/notification/common_event_service/tools/cem/src/
H A Dshell_command.cpp49 resultReceiver_.append(GetCommandErrorMsg()); in OnCommand()
70 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg() function in OHOS::EventFwk::ShellCommand
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Dshell_command.cpp58 resultReceiver_.append(GetCommandErrorMsg()); in OnCommand()
92 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg() function in OHOS::DeviceProfile::ShellCommand
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dshell_command.cpp50 resultReceiver_.append(GetCommandErrorMsg()); in OnCommand()
85 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg() function in OHOS::AppExecFwk::ShellCommand
/ohos5.0/base/notification/common_event_service/tools/test/unittest/cem/
H A Dcommon_event_command_test.cpp109 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG);
127 EXPECT_EQ(cmd.ExecCommand(), Concatenate(cmd.GetCommandErrorMsg(), HELP_MSG));
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/
H A Dshell_command.cpp47 resultReceiver_.append(GetCommandErrorMsg()); in OnCommand()
73 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg() function in OHOS::Notification::ShellCommand
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command.cpp52 resultReceiver_.append(GetCommandErrorMsg()); in OnCommand()
90 std::string ShellCommand::GetCommandErrorMsg() const in GetCommandErrorMsg() function in OHOS::AAFwk::ShellCommand
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_test.cpp104 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);
/ohos5.0/base/notification/common_event_service/tools/cem/include/
H A Dshell_command.h65 std::string GetCommandErrorMsg() const;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h38 std::string GetCommandErrorMsg() const;
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/
H A Dshell_command.h63 std::string GetCommandErrorMsg() const;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h41 std::string GetCommandErrorMsg() const;
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command.h41 std::string GetCommandErrorMsg() const;
/ohos5.0/base/security/access_token/tools/accesstoken/include/
H A Datm_command.h40 std::string GetCommandErrorMsg() const;
/ohos5.0/base/security/access_token/tools/accesstoken/src/
H A Datm_command.cpp135 std::string AtmCommand::GetCommandErrorMsg() const in GetCommandErrorMsg() function in OHOS::Security::AccessToken::AtmCommand
147 resultReceiver_.append(GetCommandErrorMsg()); in ExecCommand()
/ohos5.0/base/account/os_account/tools/acm/include/
H A Daccount_command.h115 std::string GetCommandErrorMsg() const;
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp156 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + message);
189 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + message);
222 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + message);
/ohos5.0/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp86 std::string AccountCommand::GetCommandErrorMsg() const in GetCommandErrorMsg() function in OHOS::AccountSA::AccountCommand
112 resultReceiver_.append(GetCommandErrorMsg()); in OnCommand()
/ohos5.0/base/notification/distributed_notification_service/tools/test/unittest/dump/
H A Dnotification_shell_command_dump_test.cpp477 …EXPECT_EQ(cmd.GetCommandErrorMsg(), "anm_dump: 'dump' is not a valid anm_dump command. See 'anm_du…
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp141 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + ABILITY_TOOL_HELP_MSG);