Home
last modified time | relevance | path

Searched refs:totalOveruses (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseStats.java94 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/
DIoOveruseMonitor.cpp243 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()
DIoOveruseMonitor.h190 int totalOveruses = 0; member
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp96 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()
DWatchdogBinderMediatorTest.cpp296 ioOveruseStats.totalOveruses = 3; in TEST_F()
DWatchdogServiceHelperTest.cpp385 stats.ioOveruseStats.totalOveruses = 10; in TEST_F()
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DIoOveruseStats.aidl54 int totalOveruses;
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DIoOveruseStats.aidl42 int totalOveruses;
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DIoOveruseStats.aidl42 int totalOveruses;
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java1594 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/
DWatchdogPerfHandler.java902 statsBuilder.setTotalOveruses(internalStats.totalOveruses); in toIoOveruseStatsBuilder()