Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.cpp225 if (auto cachedUsage = mUserPackageDailyIoUsageById.find(curUsage.id()); in onPeriodicCollection() local
226 cachedUsage != mUserPackageDailyIoUsageById.end()) { in onPeriodicCollection()
227 cachedUsage->second += curUsage; in onPeriodicCollection()
228 dailyIoUsage = &cachedUsage->second; in onPeriodicCollection()