Home
last modified time | relevance | path

Searched defs:ioOveruseStats (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DResourceOveruseStats.java72 @Nullable IoOveruseStats ioOveruseStats) { in ResourceOveruseStats()
146 …IoOveruseStats ioOveruseStats = (flg & 0x4) == 0 ? null : (IoOveruseStats) in.readTypedObject(IoOv… in ResourceOveruseStats() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DIoOveruseStatsSubject.java48 public static Subject.Factory<IoOveruseStatsSubject, IoOveruseStats> ioOveruseStats() { in ioOveruseStats() method in IoOveruseStatsSubject
H A DCarWatchdogServiceUnitTest.java632 IoOveruseStats ioOveruseStats = in testGetResourceOveruseStatsForPast7days() local
2947 List<PackageIoOveruseStats> ioOveruseStats = in testDisableHistoricalRecurrentlyOverusingAppAfterDateChange() local
4271 android.automotive.watchdog.IoOveruseStats ioOveruseStats) { in constructPackageIoOveruseStats()
4282 IoOveruseStats ioOveruseStats = WatchdogPerfHandler.toIoOveruseStatsBuilder( in constructResourceOveruseStats() local
4373 int uid, AtomsProto.CarWatchdogIoOveruseStats ioOveruseStats) { in constructCarWatchdogIoOveruseStatsReported()
4393 AtomsProto.CarWatchdogIoOveruseStats ioOveruseStats) { in constructCarWatchdogKillStatsReported()
H A DCarWatchdogManagerUnitTest.java511 IoOveruseStats ioOveruseStats = in testIoOveruseStatsDescribeContent() local
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
H A DCarWatchdogTestFragment.java306 IoOveruseStats ioOveruseStats = resourceOveruseStats.getIoOveruseStats(); in fetchInitialDiskIoStats() local
480 IoOveruseStats ioOveruseStats = resourceOveruseStats.getIoOveruseStats(); in onOveruse() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
H A DCarWatchdogDaemonHelperTest.java263 public void latestIoOveruseStats(List<PackageIoOveruseStats> ioOveruseStats) {} in latestIoOveruseStats()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogBinderMediator.cpp276 IoOveruseStats ioOveruseStats; in getResourceOveruseStats() local
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DIoOveruseMonitorTest.cpp106 ResourceOveruseStats constructResourceOveruseStats(IoOveruseStats ioOveruseStats) { in constructResourceOveruseStats()
166 std::string toString(const std::vector<PackageIoOveruseStats>& ioOveruseStats) { in toString()
H A DWatchdogBinderMediatorTest.cpp292 IoOveruseStats ioOveruseStats; in TEST_F() local
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogStorage.java374 android.automotive.watchdog.IoOveruseStats ioOveruseStats = in saveIoUsageStats() local
789 android.automotive.watchdog.IoOveruseStats ioOveruseStats = in getContentValues() local
845 android.automotive.watchdog.IoOveruseStats ioOveruseStats = in queryStats() local
H A DWatchdogPerfHandler.java458 IoOveruseStats ioOveruseStats = in getAllResourceOveruseStats() local
2479 public PackageIoUsage(android.automotive.watchdog.IoOveruseStats ioOveruseStats, in PackageIoUsage()