diff --git a/test/mock/mock_bundle_installer_host.cpp b/test/mock/mock_bundle_installer_host.cpp index a18b3b686a21fb745a40b781eae6ac5e684c0577..d955f03a756fe35b5f45a41629a926049b767b38 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 3d3dc78dd6cccd76b4efcdc0ab960f6612990bb0..8cdb716f0f20c00ccd19b0800090d14d052c9500 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: