/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerextractmodule_fuzzer/ |
H A D | appservicefwkinstallerextractmodule_fuzzer.cpp | 36 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 D | app_service_fwk_installer.h | 59 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 D | basebundleinstallerextractmodule_fuzzer.cpp | 33 auto ret1 = basebundleinstall.ExtractModule(info, modulePath); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 461 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 D | base_bundle_installer.h | 264 ErrCode ExtractModule(InnerBundleInfo &info, const std::string &modulePath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 1070 auto ret = installer.ExtractModule(oldInfo, newInfo, bundlePath);
|
H A D | bms_bundle_installer_test.cpp | 4803 ErrCode res = installer.ExtractModule(info, modulePath); 4808 res = installer.ExtractModule(info, modulePath); 6470 ErrCode ret = appServiceFwkInstaller.ExtractModule(newInfo, bundlePath);
|
H A D | bms_bundle_install_checker_test.cpp | 117 ErrCode ret = baseBundleInstaller.ExtractModule(innerBundleInfo, MODULE_PATH);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2075 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
|