Home
last modified time | relevance | path

Searched refs:pollCache (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DWatchdogPerfServiceTest.cpp144 ASSERT_RESULT_OK(servicePeer->looperStub->pollCache()); in startPeriodicCollection()
150 ASSERT_RESULT_OK(servicePeer->looperStub->pollCache()); in startPeriodicCollection()
160 ASSERT_RESULT_OK(servicePeer->looperStub->pollCache()); in skipPeriodicMonitorEvents()
161 ASSERT_RESULT_OK(servicePeer->looperStub->pollCache()); in skipPeriodicMonitorEvents()
211 ASSERT_RESULT_OK(servicePeer.looperStub->pollCache()); in TEST()
226 ASSERT_RESULT_OK(servicePeer.looperStub->pollCache()); in TEST()
244 ASSERT_RESULT_OK(servicePeer.looperStub->pollCache()); in TEST()
257 ASSERT_RESULT_OK(servicePeer.looperStub->pollCache()); in TEST()
268 ASSERT_RESULT_OK(servicePeer.looperStub->pollCache()); in TEST()
282 ASSERT_RESULT_OK(servicePeer.looperStub->pollCache()); in TEST()
[all …]
H A DLooperStub.h67 android::base::Result<void> pollCache();
H A DLooperStub.cpp108 Result<void> LooperStub::pollCache() { in pollCache() function in android::automotive::watchdog::testing::LooperStub