Searched defs:totalOveruses (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/ |
H A D | IoOveruseStats.java | 94 long totalOveruses, in IoOveruseStats() 225 long totalOveruses = in.readLong(); in IoOveruseStats() local
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/ |
H A D | CarWatchdogTestFragment.java | 509 long totalOveruses = ioOveruseStats.getTotalOveruses(); in onOveruse() local 567 public final long totalOveruses; field in CarWatchdogTestFragment.DiskIoStats 569 DiskIoStats(long totalBytesWritten, long remainingBytes, long totalOveruses) { in DiskIoStats()
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoOveruseMonitor.h | 187 int totalOveruses = 0; member
|
H A D | IoOveruseMonitor.cpp | 143 int32_t totalOveruses = sum(foregroundOveruses, sum(backgroundOveruses, garageModeOveruses)); in calculateOveruseAndForgivenBytes() local
|
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | IoOveruseMonitorTest.cpp | 93 const PerStateBytes& written, const int totalOveruses, in constructIoOveruseStats() 115 const int totalOveruses, const int64_t startTime, const int64_t durationInSeconds) { in constructPackageIoOveruseStats() 130 int32_t totalOveruses) { in constructUserPackageIoUsageStats()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
H A D | WatchdogStorageUnitTest.java | 796 PerStateBytes forgivenWriteBytes, int totalOveruses, int forgivenOveruses, in constructIoUsageStatsEntry() 807 PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
|
H A D | CarWatchdogServiceUnitTest.java | 3978 int totalOveruses = requireRecurrentOveruseStats ? RECURRING_OVERUSE_TIMES + 1 : 1; in sampleIoOveruseStats() local 4292 android.automotive.watchdog.PerStateBytes forgivenWriteBytes, int totalOveruses) { in constructUserPackageIoUsageStats() 4324 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats() 4332 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | WatchdogStorage.java | 890 long totalOveruses = 0; in queryIoOveruseStatsForUserPackageId() local
|