From c94476f9b414f69b41ae9ce4f98a7e843a56a5fc Mon Sep 17 00:00:00 2001 From: Zhou Shihui Date: Tue, 19 Nov 2024 11:11:47 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=2090984df=20from=20https://gitee.?= =?UTF-8?q?com/ImCaO/bundlemanager=5Fbundle=5Ftool/pulls/196=20mock?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhou Shihui --- test/mock/mock_bundle_installer_host.cpp | 2 +- test/mock/mock_bundle_installer_host.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mock/mock_bundle_installer_host.cpp b/test/mock/mock_bundle_installer_host.cpp index a18b3b6..d955f03 100644 --- a/test/mock/mock_bundle_installer_host.cpp +++ b/test/mock/mock_bundle_installer_host.cpp @@ -113,7 +113,7 @@ ErrCode MockBundleInstallerHost::UninstallSandboxApp(const std::string &bundleNa } sptr MockBundleInstallerHost::CreateStreamInstaller(const InstallParam &installParam, - const sptr &statusReceiver) + const sptr &statusReceiver, const std::vector &originHapPaths) { return nullptr; } diff --git a/test/mock/mock_bundle_installer_host.h b/test/mock/mock_bundle_installer_host.h index 3d3dc78..8cdb716 100644 --- a/test/mock/mock_bundle_installer_host.h +++ b/test/mock/mock_bundle_installer_host.h @@ -75,7 +75,7 @@ public: ErrCode UninstallSandboxApp(const std::string &bundleName, int32_t appIndex, int32_t userId); sptr CreateStreamInstaller(const InstallParam &installParam, - const sptr &statusReceiver); + const sptr &statusReceiver, const std::vector &originHapPaths); bool DestoryBundleStreamInstaller(uint32_t streamInstallerId); private: -- Gitee