Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp446 auto cacheIter = abilityRunningControlRuleCache_.find(key); in DeleteAbilityRunningRuleCache() local
447 if (cacheIter != abilityRunningControlRuleCache_.end()) { in DeleteAbilityRunningRuleCache()
448 abilityRunningControlRuleCache_.erase(cacheIter); in DeleteAbilityRunningRuleCache()