Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogBinderMediatorTest.cpp277 auto status = mWatchdogBinderMediator->getResourceOveruseStats({ResourceType::IO}, &actual); in TEST_F()
288 ASSERT_FALSE(mWatchdogBinderMediator->getResourceOveruseStats({}, &actual).isOk()) in TEST_F()
292 mWatchdogBinderMediator->getResourceOveruseStats({ResourceType::IO}, nullptr).isOk()) in TEST_F()
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DICarWatchdog.aidl163 List<ResourceOveruseStats> getResourceOveruseStats(in ResourceType[] resourceTypes); in getResourceOveruseStats() method
/packages/services/Car/car-lib/src/android/car/watchdog/
DICarWatchdogService.aidl33 ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method
DCarWatchdogManager.java373 public ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method in CarWatchdogManager
377 return mService.getResourceOveruseStats(resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStats()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DICarWatchdog.aidl70 …List<android.automotive.watchdog.ResourceOveruseStats> getResourceOveruseStats(in android.automoti… in getResourceOveruseStats() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DICarWatchdog.aidl70 …List<android.automotive.watchdog.ResourceOveruseStats> getResourceOveruseStats(in android.automoti… in getResourceOveruseStats() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogManagerUnitTest.java267 when(mService.getResourceOveruseStats(FLAG_RESOURCE_OVERUSE_IO, STATS_PERIOD_CURRENT_DAY)) in testGetResourceOveruseStats()
270 ResourceOveruseStats actualStats = mCarWatchdogManager.getResourceOveruseStats( in testGetResourceOveruseStats()
280 when(mService.getResourceOveruseStats(FLAG_RESOURCE_OVERUSE_IO, STATS_PERIOD_CURRENT_DAY)) in testFailsGetResourceOveruseStats()
284 .getResourceOveruseStats(FLAG_RESOURCE_OVERUSE_IO, STATS_PERIOD_CURRENT_DAY); in testFailsGetResourceOveruseStats()
DWatchdogPerfHandlerUnitTest.java2378 ResourceOveruseStats actualStats = mWatchdogPerfHandler.getResourceOveruseStats( in testGetResourceOveruseStats()
2405 ResourceOveruseStats actualStats = mWatchdogPerfHandler.getResourceOveruseStats( in testGetResourceOveruseStatsForPast7days()
2436 ResourceOveruseStats actualStats = mWatchdogPerfHandler.getResourceOveruseStats( in testGetResourceOveruseStatsForPast7daysWithNoHistory()
2466 ResourceOveruseStats actualStats = mWatchdogPerfHandler.getResourceOveruseStats( in testGetResourceOveruseStatsForPast7daysWithNoCurrentStats()
2494 ResourceOveruseStats actualStats = mWatchdogPerfHandler.getResourceOveruseStats( in testGetResourceOveruseStatsForSharedUid()
DCarWatchdogServiceUnitTest.java638 mCarWatchdogService.getResourceOveruseStats(FLAG_RESOURCE_OVERUSE_IO, in testGetResourceOveruseStats()
641 verify(mMockWatchdogPerfHandler).getResourceOveruseStats(eq(FLAG_RESOURCE_OVERUSE_IO), in testGetResourceOveruseStats()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.h97 ndk::ScopedAStatus getResourceOveruseStats(
DWatchdogBinderMediator.cpp213 ScopedAStatus WatchdogBinderMediator::getResourceOveruseStats( in getResourceOveruseStats() function in android::automotive::watchdog::WatchdogBinderMediator
/packages/services/Car/cpp/watchdog/vts/
DVtsAidlWatchdogTargetTest.cpp198 ASSERT_FALSE(watchdogServer->getResourceOveruseStats({}, &resourceOveruseStats).isOk()) in TEST_P()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java426 public ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method in CarWatchdogService
429 return mWatchdogPerfHandler.getResourceOveruseStats(resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStats()
DWatchdogPerfHandler.java545 public ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method in WatchdogPerfHandler
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java303 ResourceOveruseStats resourceOveruseStats = mCarWatchdogManager.getResourceOveruseStats( in fetchInitialDiskIoStats()
/packages/services/Car/car-lib/api/
Dcurrent.txt1072 …method @NonNull public android.car.watchdog.ResourceOveruseStats getResourceOveruseStats(int, int);
Dlint-baseline.txt1872 UnflaggedApi: android.car.watchdog.CarWatchdogManager#getResourceOveruseStats(int, int):
1873 …d with @FlaggedApi: method android.car.watchdog.CarWatchdogManager.getResourceOveruseStats(int,int)
/packages/services/Car/car-lib-module/api/
Dcurrent.txt1072 …method @NonNull public android.car.watchdog.ResourceOveruseStats getResourceOveruseStats(int, int);
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2822 …method TIRAMISU_0 ResourceOveruseStats getResourceOveruseStats(int resourceOveruseFlag, int maxSta…