/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 54 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 D | mock_installd_host_impl.cpp | 43 ErrCode InstalldHostImpl::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam)
in ExtractHnpFiles() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 36 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 D | installd_client.cpp | 60 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 D | base_bundle_installer.cpp | 3408 ErrCode ret = InstalldClient::GetInstance()->ExtractHnpFiles(hnpPackageInfoString, extractParam); in ExtractHnpFileDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 60 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 182 ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 76 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 62 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 D | bms_install_daemon_host_impl_test.cpp | 933 * @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 D | bms_installd_client_test.cpp | 217 * @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 D | bms_bundle_installer_permission_test.cpp | 328 * @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 D | bms_bundle_installer_test.cpp | 2613 * @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 D | installd_host.cpp | 282 ErrCode result = ExtractHnpFiles(hnpPackageInfo, *info); in HandleExtractHnpFiles()
|
H A D | installd_proxy.cpp | 80 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 D | installd_host_impl.cpp | 174 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()
|