/ohos5.0/base/account/os_account/tools/test/unittest/acm/ |
H A D | account_command_test.cpp | 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);
|
/ohos5.0/base/notification/common_event_service/tools/cem/src/ |
H A D | shell_command.cpp | 49 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 D | shell_command.cpp | 58 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 D | shell_command.cpp | 50 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 D | common_event_command_test.cpp | 109 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 D | shell_command.cpp | 47 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 D | shell_command.cpp | 52 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 D | aa_command_test.cpp | 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);
|
/ohos5.0/base/notification/common_event_service/tools/cem/include/ |
H A D | shell_command.h | 65 std::string GetCommandErrorMsg() const;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/ |
H A D | shell_command.h | 38 std::string GetCommandErrorMsg() const;
|
/ohos5.0/base/notification/distributed_notification_service/tools/dump/include/ |
H A D | shell_command.h | 63 std::string GetCommandErrorMsg() const;
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | shell_command.h | 41 std::string GetCommandErrorMsg() const;
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/ |
H A D | shell_command.h | 41 std::string GetCommandErrorMsg() const;
|
/ohos5.0/base/security/access_token/tools/accesstoken/include/ |
H A D | atm_command.h | 40 std::string GetCommandErrorMsg() const;
|
/ohos5.0/base/security/access_token/tools/accesstoken/src/ |
H A D | atm_command.cpp | 135 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 D | account_command.h | 115 std::string GetCommandErrorMsg() const;
|
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_test.cpp | 156 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 D | account_command.cpp | 86 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 D | notification_shell_command_dump_test.cpp | 477 …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 D | ability_tool_test.cpp | 141 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + ABILITY_TOOL_HELP_MSG);
|