Home
last modified time | relevance | path

Searched refs:getResourceOveruseStats (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DWatchdogBinderMediatorTest.cpp306 Status status = mWatchdogBinderMediator->getResourceOveruseStats({ResourceType::IO}, &actual); in TEST_F()
317 ASSERT_FALSE(mWatchdogBinderMediator->getResourceOveruseStats({}, &actual).isOk()) in TEST_F()
321 mWatchdogBinderMediator->getResourceOveruseStats({ResourceType::IO}, nullptr).isOk()) in TEST_F()
/aosp12/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
H A DICarWatchdog.aidl163 List<ResourceOveruseStats> getResourceOveruseStats(in ResourceType[] resourceTypes); in getResourceOveruseStats() method
/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DICarWatchdogService.aidl33 ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method
H A DCarWatchdogManager.java364 public ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method in CarWatchdogManager
368 return mService.getResourceOveruseStats(resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStats()
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
H A DICarWatchdog.aidl70 …List<android.automotive.watchdog.ResourceOveruseStats> getResourceOveruseStats(in android.automoti… in getResourceOveruseStats() method
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
H A DICarWatchdog.aidl70 …List<android.automotive.watchdog.ResourceOveruseStats> getResourceOveruseStats(in android.automoti… in getResourceOveruseStats() method
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogBinderMediator.h80 android::binder::Status getResourceOveruseStats(
H A DWatchdogBinderMediator.cpp265 Status WatchdogBinderMediator::getResourceOveruseStats( in getResourceOveruseStats() function in android::automotive::watchdog::WatchdogBinderMediator
/aosp12/packages/services/Car/cpp/watchdog/vts/
H A DVtsAidlWatchdogTargetTest.cpp212 ASSERT_FALSE(watchdogServer->getResourceOveruseStats({}, &resourceOveruseStats).isOk()) in TEST_P()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogManagerUnitTest.java149 when(mService.getResourceOveruseStats(FLAG_RESOURCE_OVERUSE_IO, STATS_PERIOD_CURRENT_DAY)) in testGetResourceOveruseStats()
152 ResourceOveruseStats actualStats = mCarWatchdogManager.getResourceOveruseStats( in testGetResourceOveruseStats()
H A DCarWatchdogServiceUnitTest.java601 ResourceOveruseStats actualStats = mCarWatchdogService.getResourceOveruseStats( in testGetResourceOveruseStats()
628 ResourceOveruseStats actualStats = mCarWatchdogService.getResourceOveruseStats( in testGetResourceOveruseStatsForPast7days()
659 ResourceOveruseStats actualStats = mCarWatchdogService.getResourceOveruseStats( in testGetResourceOveruseStatsForPast7daysWithNoHistory()
689 ResourceOveruseStats actualStats = mCarWatchdogService.getResourceOveruseStats( in testGetResourceOveruseStatsForPast7daysWithNoCurrentStats()
717 ResourceOveruseStats actualStats = mCarWatchdogService.getResourceOveruseStats( in testGetResourceOveruseStatsForSharedUid()
727 () -> mCarWatchdogService.getResourceOveruseStats(/* resourceOveruseFlag= */ 0, in testFailsGetResourceOveruseStatsWithInvalidArgs()
731 () -> mCarWatchdogService.getResourceOveruseStats( in testFailsGetResourceOveruseStatsWithInvalidArgs()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DCarWatchdogService.java331 public ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method in CarWatchdogService
334 return mWatchdogPerfHandler.getResourceOveruseStats(resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStats()
H A DWatchdogPerfHandler.java408 public ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method in WatchdogPerfHandler
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
H A DCarWatchdogTestFragment.java301 ResourceOveruseStats resourceOveruseStats = mCarWatchdogManager.getResourceOveruseStats( in fetchInitialDiskIoStats()
/aosp12/packages/services/Car/car-lib/api/
H A Dcurrent.txt708 …method @NonNull public android.car.watchdog.ResourceOveruseStats getResourceOveruseStats(int, int);