/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogBinderMediatorTest.cpp | 277 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/ |
D | ICarWatchdog.aidl | 163 List<ResourceOveruseStats> getResourceOveruseStats(in ResourceType[] resourceTypes); in getResourceOveruseStats() method
|
/packages/services/Car/car-lib/src/android/car/watchdog/ |
D | ICarWatchdogService.aidl | 33 ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method
|
D | CarWatchdogManager.java | 373 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/ |
D | ICarWatchdog.aidl | 70 …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/ |
D | ICarWatchdog.aidl | 70 …List<android.automotive.watchdog.ResourceOveruseStats> getResourceOveruseStats(in android.automoti… in getResourceOveruseStats() method
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogManagerUnitTest.java | 267 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()
|
D | WatchdogPerfHandlerUnitTest.java | 2378 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()
|
D | CarWatchdogServiceUnitTest.java | 638 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/ |
D | WatchdogBinderMediator.h | 97 ndk::ScopedAStatus getResourceOveruseStats(
|
D | WatchdogBinderMediator.cpp | 213 ScopedAStatus WatchdogBinderMediator::getResourceOveruseStats( in getResourceOveruseStats() function in android::automotive::watchdog::WatchdogBinderMediator
|
/packages/services/Car/cpp/watchdog/vts/ |
D | VtsAidlWatchdogTargetTest.cpp | 198 ASSERT_FALSE(watchdogServer->getResourceOveruseStats({}, &resourceOveruseStats).isOk()) in TEST_P()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 426 public ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method in CarWatchdogService 429 return mWatchdogPerfHandler.getResourceOveruseStats(resourceOveruseFlag, maxStatsPeriod); in getResourceOveruseStats()
|
D | WatchdogPerfHandler.java | 545 public ResourceOveruseStats getResourceOveruseStats( in getResourceOveruseStats() method in WatchdogPerfHandler
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/ |
D | CarWatchdogTestFragment.java | 303 ResourceOveruseStats resourceOveruseStats = mCarWatchdogManager.getResourceOveruseStats( in fetchInitialDiskIoStats()
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 1072 …method @NonNull public android.car.watchdog.ResourceOveruseStats getResourceOveruseStats(int, int);
|
D | lint-baseline.txt | 1872 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/ |
D | current.txt | 1072 …method @NonNull public android.car.watchdog.ResourceOveruseStats getResourceOveruseStats(int, int);
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2822 …method TIRAMISU_0 ResourceOveruseStats getResourceOveruseStats(int resourceOveruseFlag, int maxSta…
|