/packages/services/Car/cpp/watchdog/server/tests/ |
D | IoOveruseMonitorTest.cpp | 338 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() 352 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() 512 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() 577 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() 603 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() 641 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() 679 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() 779 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() 808 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() 889 EXPECT_CALL(*mMockWatchdogServiceHelper, requestTodayIoUsageStats()) in TEST_F() [all …]
|
D | WatchdogServiceHelperTest.cpp | 496 EXPECT_CALL(*mMockCarWatchdogServiceForSystem, requestTodayIoUsageStats()) in TEST_F() 499 auto status = mWatchdogServiceHelper->requestTodayIoUsageStats(); in TEST_F() 506 EXPECT_CALL(*mMockCarWatchdogServiceForSystem, requestTodayIoUsageStats()).Times(0); in TEST_F() 508 ASSERT_FALSE(mWatchdogServiceHelper->requestTodayIoUsageStats().isOk()) in TEST_F() 516 EXPECT_CALL(*mMockCarWatchdogServiceForSystem, requestTodayIoUsageStats()) in TEST_F() 520 ASSERT_FALSE(mWatchdogServiceHelper->requestTodayIoUsageStats().isOk()) in TEST_F()
|
D | MockCarWatchdogServiceForSystem.h | 55 MOCK_METHOD(ndk::ScopedAStatus, requestTodayIoUsageStats, (), (override));
|
D | MockWatchdogServiceHelper.h | 75 MOCK_METHOD(ndk::ScopedAStatus, requestTodayIoUsageStats, (), (const, override));
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogServiceHelper.h | 78 virtual ndk::ScopedAStatus requestTodayIoUsageStats() const = 0; 125 ndk::ScopedAStatus requestTodayIoUsageStats() const override;
|
D | WatchdogServiceHelper.cpp | 260 ScopedAStatus WatchdogServiceHelper::requestTodayIoUsageStats() const { in requestTodayIoUsageStats() function in android::automotive::watchdog::WatchdogServiceHelper 268 return service->requestTodayIoUsageStats(); in requestTodayIoUsageStats()
|
D | IoOveruseMonitor.cpp | 484 if (const auto status = mWatchdogServiceHelper->requestTodayIoUsageStats(); !status.isOk()) { in requestTodayIoUsageStatsLocked()
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/3/android/automotive/watchdog/internal/ |
D | ICarWatchdogServiceForSystem.aidl | 45 oneway void requestTodayIoUsageStats(); in requestTodayIoUsageStats() method
|
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/current/android/automotive/watchdog/internal/ |
D | ICarWatchdogServiceForSystem.aidl | 45 oneway void requestTodayIoUsageStats(); in requestTodayIoUsageStats() method
|
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
D | ICarWatchdogServiceForSystem.aidl | 111 oneway void requestTodayIoUsageStats(); in requestTodayIoUsageStats() method
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelperTest.java | 440 public void requestTodayIoUsageStats() {} in requestTodayIoUsageStats() method in CarWatchdogDaemonHelperTest.ICarWatchdogServiceForSystemImpl
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 1000 public void requestTodayIoUsageStats() { in requestTodayIoUsageStats() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | CarWatchdogServiceUnitTest.java | 763 mWatchdogServiceForSystemImpl.requestTodayIoUsageStats(); in testRequestTodayIoUsageStats()
|