/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogServiceHelperTest.cpp | 391 EXPECT_CALL(*mMockCarWatchdogServiceForSystem, latestIoOveruseStats(expectedIoOveruseStats)) in TEST_F() 394 Status status = mWatchdogServiceHelper->latestIoOveruseStats(expectedIoOveruseStats); in TEST_F() 401 EXPECT_CALL(*mMockCarWatchdogServiceForSystem, latestIoOveruseStats(_)).Times(0); in TEST_F() 403 Status status = mWatchdogServiceHelper->latestIoOveruseStats({}); in TEST_F() 413 EXPECT_CALL(*mMockCarWatchdogServiceForSystem, latestIoOveruseStats(_)) in TEST_F() 416 Status status = mWatchdogServiceHelper->latestIoOveruseStats({}); in TEST_F()
|
D | IoOveruseMonitorTest.cpp | 278 EXPECT_CALL(*mMockWatchdogServiceHelper, latestIoOveruseStats(_)) in TEST_F() 318 EXPECT_CALL(*mMockWatchdogServiceHelper, latestIoOveruseStats(_)) in TEST_F() 368 EXPECT_CALL(*mMockWatchdogServiceHelper, latestIoOveruseStats(_)) in TEST_F() 421 EXPECT_CALL(*mMockWatchdogServiceHelper, latestIoOveruseStats(_)) in TEST_F() 472 EXPECT_CALL(*mMockWatchdogServiceHelper, latestIoOveruseStats(_)).Times(0); in TEST_F() 495 EXPECT_CALL(*mMockWatchdogServiceHelper, latestIoOveruseStats(_)) in TEST_F() 527 EXPECT_CALL(*mMockWatchdogServiceHelper, latestIoOveruseStats(_)) in TEST_F() 587 EXPECT_CALL(*mMockWatchdogServiceHelper, latestIoOveruseStats(_)).Times(0); in TEST_F()
|
D | MockCarWatchdogServiceForSystem.h | 51 android::binder::Status, latestIoOveruseStats,
|
D | MockWatchdogServiceHelper.h | 59 android::binder::Status, latestIoOveruseStats,
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogServiceHelper.h | 68 virtual android::binder::Status latestIoOveruseStats( 109 android::binder::Status latestIoOveruseStats(
|
D | WatchdogServiceHelper.cpp | 195 Status WatchdogServiceHelper::latestIoOveruseStats( in latestIoOveruseStats() function in android::automotive::watchdog::WatchdogServiceHelper 203 return service->latestIoOveruseStats(packageIoOveruseStats); in latestIoOveruseStats()
|
D | IoOveruseMonitor.cpp | 306 if (const auto status = mWatchdogServiceHelper->latestIoOveruseStats(mLatestIoOveruseStats); in onPeriodicCollection()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 240 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testGetResourceOveruseStats() 285 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testGetAllResourceOveruseStatsWithNoMinimum() 345 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testGetAllResourceOveruseStatsWithMinimum() 379 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testGetResourceOveruseStatsForUserPackage() 567 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testResourceOveruseListenerForSystem() 576 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testResourceOveruseListenerForSystem() 1041 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in testLatestIoOveruseStats() 1368 mWatchdogServiceForSystemImpl.latestIoOveruseStats(packageIoOveruseStats); in injectIoOveruseStatsForPackages()
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
D | ICarWatchdogServiceForSystem.aidl | 64 oneway void latestIoOveruseStats(in List<PackageIoOveruseStats> packageIoOveruseStats); in latestIoOveruseStats() method
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 509 public void latestIoOveruseStats(List<PackageIoOveruseStats> packageIoOveruseStats) { in latestIoOveruseStats() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl 519 service.mWatchdogPerfHandler.latestIoOveruseStats(packageIoOveruseStats); in latestIoOveruseStats()
|
D | WatchdogPerfHandler.java | 511 public void latestIoOveruseStats(List<PackageIoOveruseStats> packageIoOveruseStats) { in latestIoOveruseStats() method in WatchdogPerfHandler
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelperTest.java | 265 public void latestIoOveruseStats(List<PackageIoOveruseStats> ioOveruseStats) {} in latestIoOveruseStats() method in CarWatchdogDaemonHelperTest.ICarWatchdogServiceForSystemImpl
|