Home
last modified time | relevance | path

Searched refs:ExtractModule (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerextractmodule_fuzzer/
H A Dappservicefwkinstallerextractmodule_fuzzer.cpp36 appServicefwk.ExtractModule(newInfo, hspPaths); in DoSomethingInterestingWithMyAPI()
37 appServicefwk.ExtractModule(oldInfo, newInfo, hspPaths); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H A Dapp_service_fwk_installer.h59 ErrCode ExtractModule(
61 …ErrCode ExtractModule(InnerBundleInfo &oldInfo, InnerBundleInfo &newInfo, const std::string &bundl…
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodule_fuzzer/
H A Dbasebundleinstallerextractmodule_fuzzer.cpp33 auto ret1 = basebundleinstall.ExtractModule(info, modulePath); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp461 result = ExtractModule(newInfo, it->first, installParam.copyHapToInstallPath); in InnerProcessInstall()
472 ErrCode AppServiceFwkInstaller::ExtractModule( in ExtractModule() function in OHOS::AppExecFwk::AppServiceFwkInstaller
534 ErrCode AppServiceFwkInstaller::ExtractModule(InnerBundleInfo &oldInfo, in ExtractModule() function in OHOS::AppExecFwk::AppServiceFwkInstaller
787 auto result = ExtractModule(newInfo, hspPath, installParam.copyHapToInstallPath); in ProcessModuleUpdate()
816 auto result = ExtractModule(newInfo, hspPath, installParam.copyHapToInstallPath); in ProcessNewModuleInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h264 ErrCode ExtractModule(InnerBundleInfo &info, const std::string &modulePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp1070 auto ret = installer.ExtractModule(oldInfo, newInfo, bundlePath);
H A Dbms_bundle_installer_test.cpp4803 ErrCode res = installer.ExtractModule(info, modulePath);
4808 res = installer.ExtractModule(info, modulePath);
6470 ErrCode ret = appServiceFwkInstaller.ExtractModule(newInfo, bundlePath);
H A Dbms_bundle_install_checker_test.cpp117 ErrCode ret = baseBundleInstaller.ExtractModule(innerBundleInfo, MODULE_PATH);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp2075 result = ExtractModule(info, modulePath); in ProcessBundleInstallStatus()
2225 result = ExtractModule(newInfo, modulePath); in ProcessNewModuleInstall()
2340 result = ExtractModule(newInfo, moduleTmpDir_); in ProcessModuleUpdate()
3140 ErrCode BaseBundleInstaller::ExtractModule(InnerBundleInfo &info, const std::string &modulePath) in ExtractModule() function in OHOS::AppExecFwk::BaseBundleInstaller