Searched refs:hapVersionCode (Results 1 – 1 of 1) sorted by relevance
1686 auto hapVersionCode = infos.begin()->second.GetVersionCode(); in InnerProcessRebootBundleInstall() local1729 if (hasInstalledInfo.versionCode < hapVersionCode) { in InnerProcessRebootBundleInstall()1746 if (hasInstalledInfo.versionCode == hapVersionCode) { in InnerProcessRebootBundleInstall()1782 if (hasInstalledInfo.versionCode > hapVersionCode) { in InnerProcessRebootBundleInstall()1784 … "installed bundle(%{public}d)", bundleName.c_str(), hapVersionCode, hasInstalledInfo.versionCode); in InnerProcessRebootBundleInstall()3004 auto hapVersionCode = infos.begin()->second.GetVersionCode(); in PatchSystemBundleInstall() local3012 if ((hapVersionCode <= hasInstalledInfo.versionCode) && IsHapPathExist(hasInstalledInfo)) { in PatchSystemBundleInstall()