Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp449 CachedBundleInfo cachedBundleInfo = CachedBundleInfo(); in SetCachedBundleInfo() local
450 cachedBundleInfo.appName_ = appName; in SetCachedBundleInfo()
451 if (AddAbilityBgModeInfos(bundleInfo, cachedBundleInfo)) { in SetCachedBundleInfo()
452 cachedBundleInfos_.emplace(uid, cachedBundleInfo); in SetCachedBundleInfo()
459 CachedBundleInfo &cachedBundleInfo) in AddAbilityBgModeInfos() argument
463 cachedBundleInfo.abilityBgMode_.emplace(abilityInfo.name, abilityInfo.backgroundModes); in AddAbilityBgModeInfos()
469 if (cachedBundleInfo.abilityBgMode_.empty()) { in AddAbilityBgModeInfos()
510 auto cachedBundleInfo = cachedBundleInfos_.at(uid); in GetBackgroundModeInfo() local
511 if (cachedBundleInfo.abilityBgMode_.find(abilityName) != in GetBackgroundModeInfo()
512 cachedBundleInfo.abilityBgMode_.end()) { in GetBackgroundModeInfo()
[all …]
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dbg_continuous_task_mgr.h105 …bool AddAppNameInfos(const AppExecFwk::BundleInfo &bundleInfo, CachedBundleInfo &cachedBundleInfo);
108 …ddAbilityBgModeInfos(const AppExecFwk::BundleInfo &bundleInfo, CachedBundleInfo &cachedBundleInfo);