Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp48allowedCacheNum_ = OHOS::system::GetIntParameter<int>(MAX_ALLOWED_CACHE_NUM, DEFAULT_ALLOWED_CACHE… in CacheProcessManager()
50 allowedCacheNum_ = maxProcCacheNum_; in CacheProcessManager()
53 … "maxProcCacheNum_ %{public}d, allowedCacheNum_ %{public}d", maxProcCacheNum_, allowedCacheNum_); in CacheProcessManager()
69 allowedCacheNum_ = maxProcCacheNum_; in RefreshCacheNum()
427 while (GetCurrentCachedProcNum() > allowedCacheNum_) { in ShrinkAndKillCache()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dcache_process_manager.h62 int32_t allowedCacheNum_ = 0; variable