Home
last modified time | relevance | path

Searched refs:ExtractHnpFiles (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp54 ErrCode InstalldClient::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() function in OHOS::AppExecFwk::InstalldClient
59 return CallService(&IInstalld::ExtractHnpFiles, hnpPackageInfo, extractParam); in ExtractHnpFiles()
H A Dmock_installd_host_impl.cpp43 ErrCode InstalldHostImpl::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp36 ErrCode InstalldClient::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp60 ErrCode InstalldClient::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() function in OHOS::AppExecFwk::InstalldClient
65 return CallService(&IInstalld::ExtractHnpFiles, hnpPackageInfo, extractParam); in ExtractHnpFiles()
H A Dbase_bundle_installer.cpp3408 ErrCode ret = InstalldClient::GetInstance()->ExtractHnpFiles(hnpPackageInfoString, extractParam); in ExtractHnpFileDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h60 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h182 ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h76 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h62 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_host_impl_test.cpp933 * @tc.desc: 1. calling ExtractHnpFiles of hostImpl
945 ErrCode ret = installdProxy->ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
949 ret = installdProxy->ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
954 ret = installdProxy->ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp217 * @tc.name: ExtractHnpFiles
218 * @tc.desc: Test whether ExtractHnpFiles is called normally.(extractParam.srcPath is empty)
227 ErrCode result = installClient_->ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
234 * @tc.name: ExtractHnpFiles
235 * @tc.desc: Test whether ExtractHnpFiles is called normally.(extractParam.targetPath is empty)
244 ErrCode result = installClient_->ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
251 * @tc.name: ExtractHnpFiles
252 * @tc.desc: Test whether ExtractHnpFiles is called normally.
261 ErrCode result = installClient_->ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
262 EXPECT_EQ(result, installClient_->CallService(&IInstalld::ExtractHnpFiles, hnpPackageInf in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp328 * @tc.name: test ExtractHnpFiles
329 * @tc.desc: 1.Test the ExtractHnpFiles of InstalldHostImpl without permission
336 auto ret = installdHostImpl.ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp2613 * @tc.desc: 1.Test the ExtractHnpFiles of InstalldHostImpl
2620 auto ret = impl.ExtractHnpFiles(hnpPackageInfo, extractParam); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp282 ErrCode result = ExtractHnpFiles(hnpPackageInfo, *info); in HandleExtractHnpFiles()
H A Dinstalld_proxy.cpp80 ErrCode InstalldProxy::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() function in OHOS::AppExecFwk::InstalldProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp174 ErrCode InstalldHostImpl::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() function in OHOS::AppExecFwk::InstalldHostImpl
176 LOG_D(BMS_TAG_INSTALLD, "ExtractHnpFiles hnpPackageInfo %{public}s", hnpPackageInfo.c_str()); in ExtractHnpFiles()
177 LOG_D(BMS_TAG_INSTALLD, "ExtractHnpFiles extractParam %{public}s", extractParam.ToString().c_str()); in ExtractHnpFiles()

Completed in 39 milliseconds