Home
last modified time | relevance | path

Searched refs:GetCommandErrorMsg (Results 1 - 9 of 9) sorted by relevance

/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
/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
/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
/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command.h41 std::string GetCommandErrorMsg() const;
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h41 std::string GetCommandErrorMsg() const;
/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h38 std::string GetCommandErrorMsg() const;
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_test.cpp104 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
122 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
140 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + HELP_MSG); in HWTEST_F()
/foundation/bundlemanager/bundle_tool/test/unittest/bm/
H A Dbm_command_test.cpp156 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + message); in HWTEST_F()
189 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + message); in HWTEST_F()
222 EXPECT_EQ(cmd.ExecCommand(), cmd.GetCommandErrorMsg() + message); in HWTEST_F()
/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); in HWTEST_F()

Completed in 6 milliseconds