Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp360 bool res = newInfo.GetIsNewVersion();
381 bool res = newInfo.GetIsNewVersion();
403 bool res = newInfo.GetIsNewVersion();
770 bool res = newInfo.GetIsNewVersion();
793 bool res = newInfo.GetIsNewVersion();
862 bool res = newInfo.GetIsNewVersion();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp752 if (innerBundleInfo.GetIsNewVersion()) { in SetPackInstallationFree()
816 if (innerBundleInfo.GetIsNewVersion()) { in SetEntryInstallationFree()
821 if (installationFree && !innerBundleInfo.GetIsNewVersion()) { in SetEntryInstallationFree()
917 bool isStage = (infos.begin()->second).GetIsNewVersion(); in CheckAppLabelInfo()
971 if (isStage != info.second.GetIsNewVersion()) { in CheckAppLabelInfo()
1131 bool isFAToStage = !info.GetIsNewVersion() && newInfo.GetIsNewVersion(); in IsExistedDistroModule()
H A Dbundle_data_mgr.cpp375 oldInfo.SetIsNewVersion(newInfo.GetIsNewVersion()); in AddNewModuleInfo()
659 oldInfo.SetIsNewVersion(newInfo.GetIsNewVersion()); in UpdateInnerBundleInfo()
663 if (newInfo.GetIsNewVersion() && newInfo.GetOverlayType() == NON_OVERLAY_TYPE) { in UpdateInnerBundleInfo()
1913 ModifyLauncherAbilityInfo(info.GetIsNewVersion(), mainAbilityInfo); in GetMatchLauncherAbilityInfos()
1928 if (!info.GetIsNewVersion()) { in GetMatchLauncherAbilityInfos()
1956 ModifyLauncherAbilityInfo(info.GetIsNewVersion(), abilityInfo); in GetMultiLauncherAbilityInfo()
1981 ModifyLauncherAbilityInfo(info.GetIsNewVersion(), cloneAbilityInfo); in GetMatchLauncherAbilityInfosForCloneInfos()
2133 if (!info.GetIsNewVersion()) { in AddAppDetailAbilityInfo()
2140 if ((appDetailAbility.iconId == 0) || !info.GetIsNewVersion()) { in AddAppDetailAbilityInfo()
4830 if (!info.GetIsNewVersion()) { in GetShortcutInfosByInnerBundleInfo()
[all …]
H A Dbase_bundle_installer.cpp2879 if (info.GetIsNewVersion()) { in CreateBundleDataDir()
3152 if (info.GetIsNewVersion()) { in ExtractModule()
3297 if (!oldInfo.GetIsNewVersion()) { in ExtractAllArkProfileFile()
4378 if (oldInfo.GetIsNewVersion() != newInfo.GetIsNewVersion()) { in CheckAppLabel()
4820 ErrCode result = newInfo.GetIsNewVersion() ? in CheckArkProfileDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp249 if (infos.empty() || !(infos.cbegin()->second.GetIsNewVersion())) { in HandleInstall()
644 if (!info.GetIsNewVersion()) { in HandleCompileWithBundle()
780 if (!info.GetIsNewVersion()) { in HandleIdle()
856 if (!info.GetIsNewVersion()) { in HandleCompileBundles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_install_checker.cpp267 if (!oldInfo.GetIsNewVersion()) { in CheckTargetBundle()
H A Dbundle_overlay_data_manager.cpp802 if (!newInfo.GetIsNewVersion() && oldInfo.GetIsNewVersion()) { in UpdateOverlayModule()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp1280 if (info.GetIsNewVersion()) { in GetEcologicalCallerInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1437 bool GetIsNewVersion() const in GetIsNewVersion() function