Searched refs:totalOveruses (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/car-lib/src/android/car/watchdog/ |
D | IoOveruseStats.java | 94 long totalOveruses, in IoOveruseStats() argument 101 this.mTotalOveruses = totalOveruses; in IoOveruseStats() 225 long totalOveruses = in.readLong(); in IoOveruseStats() local 232 this.mTotalOveruses = totalOveruses; in IoOveruseStats()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | IoOveruseMonitor.cpp | 243 stats.ioOveruseStats.totalOveruses = dailyIoUsage->totalOveruses; in onPeriodicCollection() 262 stats.ioOveruseStats.totalOveruses = ++dailyIoUsage->totalOveruses; in onPeriodicCollection() 527 ioOveruseStats->totalOveruses = dailyIoUsage->totalOveruses; in getIoOveruseStats() 620 totalOveruses = 0; in resetStats()
|
D | IoOveruseMonitor.h | 190 int totalOveruses = 0; member
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | IoOveruseMonitorTest.cpp | 96 const PerStateBytes& written, const int totalOveruses, in constructIoOveruseStats() argument 104 stats.totalOveruses = totalOveruses; in constructIoOveruseStats() 117 const PerStateBytes& remaining, const PerStateBytes& written, const int totalOveruses, in constructPackageIoOveruseStats() argument 122 stats.ioOveruseStats = constructIoOveruseStats(isKillable, remaining, written, totalOveruses, in constructPackageIoOveruseStats() 758 EXPECT_NE(actual.totalOveruses, 0); in TEST_F() 772 EXPECT_EQ(actual.totalOveruses, 0); in TEST_F()
|
D | WatchdogBinderMediatorTest.cpp | 296 ioOveruseStats.totalOveruses = 3; in TEST_F()
|
D | WatchdogServiceHelperTest.cpp | 385 stats.ioOveruseStats.totalOveruses = 10; in TEST_F()
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/ |
D | IoOveruseStats.aidl | 54 int totalOveruses;
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/ |
D | IoOveruseStats.aidl | 42 int totalOveruses;
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/ |
D | IoOveruseStats.aidl | 42 int totalOveruses;
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 1594 android.automotive.watchdog.PerStateBytes writtenBytes, int totalOveruses) { in constructInternalIoOveruseStats() argument 1600 stats.totalOveruses = totalOveruses; in constructInternalIoOveruseStats()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogPerfHandler.java | 902 statsBuilder.setTotalOveruses(internalStats.totalOveruses); in toIoOveruseStatsBuilder()
|