Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1686 auto hapVersionCode = infos.begin()->second.GetVersionCode(); in InnerProcessRebootBundleInstall() local
1729 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() local
3012 if ((hapVersionCode <= hasInstalledInfo.versionCode) && IsHapPathExist(hasInstalledInfo)) { in PatchSystemBundleInstall()