Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DIoOveruseStats.java94 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 DCarWatchdogTestFragment.java509 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 DIoOveruseMonitor.h187 int totalOveruses = 0; member
H A DIoOveruseMonitor.cpp143 int32_t totalOveruses = sum(foregroundOveruses, sum(backgroundOveruses, garageModeOveruses)); in calculateOveruseAndForgivenBytes() local
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DIoOveruseMonitorTest.cpp93 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 DWatchdogStorageUnitTest.java796 PerStateBytes forgivenWriteBytes, int totalOveruses, int forgivenOveruses, in constructIoUsageStatsEntry()
807 PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats()
H A DCarWatchdogServiceUnitTest.java3978 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 DWatchdogStorage.java890 long totalOveruses = 0; in queryIoOveruseStatsForUserPackageId() local