Searched refs:ExtractAllArkProfileFile (Results 1 – 3 of 3) sorted by relevance
595 … ErrCode ExtractAllArkProfileFile(const InnerBundleInfo &oldInfo, bool checkRepeat = false) const;
3519 auto ret = installer.ExtractAllArkProfileFile(innerBundleInfo);3537 auto ret = installer.ExtractAllArkProfileFile(innerBundleInfo);3560 auto ret = installer.ExtractAllArkProfileFile(innerBundleInfo);3574 auto ret = installer.ExtractAllArkProfileFile(innerBundleInfo);
851 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