Searched defs:totalOveruses (Results 1 – 8 of 8) sorted by relevance
| /packages/services/Car/car-lib/src/android/car/watchdog/ |
| D | IoOveruseStats.java | 97 long totalOveruses, in IoOveruseStats() 238 long totalOveruses = in.readLong(); in IoOveruseStats() local
|
| /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/ |
| D | CarWatchdogTestFragment.java | 513 long totalOveruses = ioOveruseStats.getTotalOveruses(); in onOveruse() local 571 public final long totalOveruses; field in CarWatchdogTestFragment.DiskIoStats 573 DiskIoStats(long totalBytesWritten, long remainingBytes, long totalOveruses) { in DiskIoStats()
|
| /packages/services/Car/cpp/watchdog/server/src/ |
| D | IoOveruseMonitor.h | 243 int totalOveruses = 0; member
|
| D | IoOveruseMonitor.cpp | 151 int32_t totalOveruses = sum(foregroundOveruses, sum(backgroundOveruses, garageModeOveruses)); in calculateOveruseAndForgivenBytes() local
|
| /packages/services/Car/cpp/watchdog/server/tests/ |
| D | IoOveruseMonitorTest.cpp | 99 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/ |
| D | WatchdogStorageUnitTest.java | 1033 PerStateBytes forgivenWriteBytes, int totalOveruses, int forgivenOveruses, in constructIoUsageStatsEntry() 1044 PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
|
| D | CarWatchdogServiceUnitTest.java | 4744 int totalOveruses = requireRecurrentOveruseStats ? RECURRING_OVERUSE_TIMES + 1 : 1; in sampleIoOveruseStats() local 5189 android.automotive.watchdog.PerStateBytes forgivenWriteBytes, int totalOveruses) { in constructUserPackageIoUsageStats() 5221 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats() 5229 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
|
| /packages/services/Car/service/src/com/android/car/watchdog/ |
| D | WatchdogStorage.java | 1037 long totalOveruses = 0; in queryIoOveruseStatsForUserPackageId() local
|