/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogServiceHelperTest.cpp | 543 EXPECT_CALL(*mMockCarWatchdogServiceForSystem, onLatestResourceStats(expectedResourceStats)) in TEST_F() 546 auto status = mWatchdogServiceHelper->onLatestResourceStats(expectedResourceStats); in TEST_F() 553 EXPECT_CALL(*mMockCarWatchdogServiceForSystem, onLatestResourceStats(_)).Times(0); in TEST_F() 555 ASSERT_FALSE(mWatchdogServiceHelper->onLatestResourceStats({}).isOk()) in TEST_F() 563 EXPECT_CALL(*mMockCarWatchdogServiceForSystem, onLatestResourceStats(_)) in TEST_F() 567 ASSERT_FALSE(mWatchdogServiceHelper->onLatestResourceStats({}).isOk()) in TEST_F()
|
D | WatchdogPerfServiceTest.cpp | 395 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)).Times(0); in TEST_F() 412 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)).Times(0); in TEST_F() 433 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)).Times(0); in TEST_F() 505 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)) in TEST_F() 562 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)) in TEST_F() 591 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)).Times(0); in TEST_F() 624 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)).Times(0); in TEST_F() 1659 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)).Times(0); in TEST_F() 1686 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)) in TEST_F() 1718 EXPECT_CALL(*mMockWatchdogServiceHelper, onLatestResourceStats(_)).Times(0); in TEST_F() [all …]
|
D | MockCarWatchdogServiceForSystem.h | 51 MOCK_METHOD(ndk::ScopedAStatus, onLatestResourceStats,
|
D | MockWatchdogServiceHelper.h | 71 MOCK_METHOD(ndk::ScopedAStatus, onLatestResourceStats,
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogServiceHelper.h | 74 virtual ndk::ScopedAStatus onLatestResourceStats( 121 ndk::ScopedAStatus onLatestResourceStats(
|
D | WatchdogServiceHelper.cpp | 271 ScopedAStatus WatchdogServiceHelper::onLatestResourceStats( in onLatestResourceStats() function in android::automotive::watchdog::WatchdogServiceHelper 280 return service->onLatestResourceStats(resourceStats); in onLatestResourceStats()
|
D | WatchdogPerfService.cpp | 1053 if (auto status = mWatchdogServiceHelper->onLatestResourceStats(unsentResourceStats); in sendResourceStats()
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/3/android/automotive/watchdog/internal/ |
D | ICarWatchdogServiceForSystem.aidl | 43 …oneway void onLatestResourceStats(in List<android.automotive.watchdog.internal.ResourceStats> reso… in onLatestResourceStats() method
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/current/android/automotive/watchdog/internal/ |
D | ICarWatchdogServiceForSystem.aidl | 43 …oneway void onLatestResourceStats(in List<android.automotive.watchdog.internal.ResourceStats> reso… in onLatestResourceStats() method
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
D | ICarWatchdogServiceForSystem.aidl | 93 oneway void onLatestResourceStats(in List<ResourceStats> resourceStats); in onLatestResourceStats() method
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelperTest.java | 434 public void onLatestResourceStats(List<ResourceStats> resourceStats) {} in onLatestResourceStats() method in CarWatchdogDaemonHelperTest.ICarWatchdogServiceForSystemImpl
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 938 public void onLatestResourceStats(List<ResourceStats> resourceStats) { in onLatestResourceStats() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 687 mWatchdogServiceForSystemImpl.onLatestResourceStats(List.of(resourceStats)); in testOnLatestResourceOveruseStats()
|