Home
last modified time | relevance | path

Searched defs:totalOveruses (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseStats.java96 long totalOveruses, in IoOveruseStats()
228 long totalOveruses = in.readLong(); in IoOveruseStats() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java517 long totalOveruses = ioOveruseStats.getTotalOveruses(); in onOveruse() local
575 public final long totalOveruses; field in CarWatchdogTestFragment.DiskIoStats
577 DiskIoStats(long totalBytesWritten, long remainingBytes, long totalOveruses) { in DiskIoStats()
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.h247 int totalOveruses = 0; member
DIoOveruseMonitor.cpp153 int32_t totalOveruses = sum(foregroundOveruses, sum(backgroundOveruses, garageModeOveruses)); in calculateOveruseAndForgivenBytes() local
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp99 const PerStateBytes& written, const int totalOveruses, in constructIoOveruseStats()
121 const int totalOveruses, const int64_t startTime, const int64_t durationInSeconds) { in constructPackageIoOveruseStats()
136 int32_t totalOveruses) { in constructUserPackageIoUsageStats()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java1035 PerStateBytes forgivenWriteBytes, int totalOveruses, int forgivenOveruses, in constructIoUsageStatsEntry()
1046 PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
DCarWatchdogServiceUnitTest.java1398 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
1406 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
DWatchdogPerfHandlerUnitTest.java4786 android.automotive.watchdog.PerStateBytes forgivenWriteBytes, int totalOveruses) { in constructUserPackageIoUsageStats()
5006 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
5024 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java1037 long totalOveruses = 0; in queryIoOveruseStatsForUserPackageId() local