Home
last modified time | relevance | path

Searched refs:ExtractAllArkProfileFile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h595 … ErrCode ExtractAllArkProfileFile(const InnerBundleInfo &oldInfo, bool checkRepeat = false) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp3519 auto ret = installer.ExtractAllArkProfileFile(innerBundleInfo);
3537 auto ret = installer.ExtractAllArkProfileFile(innerBundleInfo);
3560 auto ret = installer.ExtractAllArkProfileFile(innerBundleInfo);
3574 auto ret = installer.ExtractAllArkProfileFile(innerBundleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp851 result = ExtractAllArkProfileFile(oldInfo, true); in InnerProcessBundleInstall()
1934 result = ExtractAllArkProfileFile(oldInfo); in InnerProcessInstallByPreInstallInfo()
3295 ErrCode BaseBundleInstaller::ExtractAllArkProfileFile(const InnerBundleInfo &oldInfo, bool checkRep… in ExtractAllArkProfileFile() function in OHOS::AppExecFwk::BaseBundleInstaller