Lines Matching refs:cacheCountMax_
43 : cacheCountMax_ { 0 },
62 uint32_t originalMaxCount = cacheCountMax_;
63 if (count >= cacheCountMax_) {
64 cacheCountMax_ = count;
66 cacheCountMax_ = count;
68 HDF_LOGE("%{public}s error: clientCacheCount can't be set, because cacheCountMax_ > count", __func__);
72 __func__, originalMaxCount, cacheCountMax_);
90 if (cacheCountMax_ != 0 && caches_.size() >= cacheCountMax_) {
148 uint32_t cacheCountMax_;
159 : cacheCountMax_ { 0 },
178 uint32_t originalMaxCount = cacheCountMax_;
179 if (count >= cacheCountMax_) {
180 cacheCountMax_ = count;
182 cacheCountMax_ = count;
184 HDF_LOGE("%{public}s error: clientCacheCount can't be set, because cacheCountMax_ > count", __func__);
188 __func__, originalMaxCount, cacheCountMax_);
206 if (cacheCountMax_ != 0 && caches_.size() >= cacheCountMax_) {
265 uint32_t cacheCountMax_;