Home
last modified time | relevance | path

Searched defs:forgivenWriteBytes (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java1281 android.automotive.watchdog.PerStateBytes forgivenWriteBytes) { in cacheAndFetchUsageLocked()
2387 android.automotive.watchdog.PerStateBytes forgivenWriteBytes, in update()
2480 android.automotive.watchdog.PerStateBytes forgivenWriteBytes, int forgivenOveruses, in PackageIoUsage()
2554 android.automotive.watchdog.PerStateBytes forgivenWriteBytes) { in update()
H A DWatchdogStorage.java809 android.automotive.watchdog.PerStateBytes forgivenWriteBytes = in getContentValues() local
859 PerStateBytes forgivenWriteBytes = new PerStateBytes(); in queryStats() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java796 PerStateBytes forgivenWriteBytes, int totalOveruses, int forgivenOveruses, in constructIoUsageStatsEntry()
H A DCarWatchdogServiceUnitTest.java4270 boolean shouldNotify, android.automotive.watchdog.PerStateBytes forgivenWriteBytes, in constructPackageIoOveruseStats()
4292 android.automotive.watchdog.PerStateBytes forgivenWriteBytes, int totalOveruses) { in constructUserPackageIoUsageStats()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseMonitor.cpp145 PerStateBytes forgivenWriteBytes; in calculateOveruseAndForgivenBytes() local
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DIoOveruseMonitorTest.cpp129 const PerStateBytes& forgivenWriteBytes, in constructUserPackageIoUsageStats()