Searched refs:GetIsNewVersion (Results 1 – 9 of 9) sorted by relevance
360 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();
752 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()
375 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 …]
2879 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()
249 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()
267 if (!oldInfo.GetIsNewVersion()) { in CheckTargetBundle()
802 if (!newInfo.GetIsNewVersion() && oldInfo.GetIsNewVersion()) { in UpdateOverlayModule()
1280 if (info.GetIsNewVersion()) { in GetEcologicalCallerInfo()
1437 bool GetIsNewVersion() const in GetIsNewVersion() function