Searched refs:cachedUsage (Results 1 – 1 of 1) sorted by relevance
225 if (auto cachedUsage = mUserPackageDailyIoUsageById.find(curUsage.id()); in onPeriodicCollection() local226 cachedUsage != mUserPackageDailyIoUsageById.end()) { in onPeriodicCollection()227 cachedUsage->second += curUsage; in onPeriodicCollection()228 dailyIoUsage = &cachedUsage->second; in onPeriodicCollection()