Searched refs:cachedBundleInfo (Results 1 – 2 of 2) sorted by relevance
449 CachedBundleInfo cachedBundleInfo = CachedBundleInfo(); in SetCachedBundleInfo() local450 cachedBundleInfo.appName_ = appName; in SetCachedBundleInfo()451 if (AddAbilityBgModeInfos(bundleInfo, cachedBundleInfo)) { in SetCachedBundleInfo()452 cachedBundleInfos_.emplace(uid, cachedBundleInfo); in SetCachedBundleInfo()459 CachedBundleInfo &cachedBundleInfo) in AddAbilityBgModeInfos() argument463 cachedBundleInfo.abilityBgMode_.emplace(abilityInfo.name, abilityInfo.backgroundModes); in AddAbilityBgModeInfos()469 if (cachedBundleInfo.abilityBgMode_.empty()) { in AddAbilityBgModeInfos()510 auto cachedBundleInfo = cachedBundleInfos_.at(uid); in GetBackgroundModeInfo() local511 if (cachedBundleInfo.abilityBgMode_.find(abilityName) != in GetBackgroundModeInfo()512 cachedBundleInfo.abilityBgMode_.end()) { in GetBackgroundModeInfo()[all …]
105 …bool AddAppNameInfos(const AppExecFwk::BundleInfo &bundleInfo, CachedBundleInfo &cachedBundleInfo);108 …ddAbilityBgModeInfos(const AppExecFwk::BundleInfo &bundleInfo, CachedBundleInfo &cachedBundleInfo);