Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp264 ASSERT_RESULT_OK(mLooperStub->pollCache()); in startPeriodicCollection()
271 ASSERT_RESULT_OK(mLooperStub->pollCache()); in startPeriodicCollection()
283 ASSERT_RESULT_OK(mLooperStub->pollCache()); in skipPeriodicMonitorEvents()
284 ASSERT_RESULT_OK(mLooperStub->pollCache()); in skipPeriodicMonitorEvents()
294 ASSERT_RESULT_OK(mLooperStub->pollCache()); in skipPeriodicCollection()
347 ASSERT_RESULT_OK(mLooperStub->pollCache()); in TEST_F()
397 ASSERT_RESULT_OK(mLooperStub->pollCache()); in TEST_F()
414 ASSERT_RESULT_OK(mLooperStub->pollCache()); in TEST_F()
439 ASSERT_RESULT_OK(mLooperStub->pollCache()); in TEST_F()
450 ASSERT_RESULT_OK(mLooperStub->pollCache()); in TEST_F()
[all …]
DLooperStub.h68 android::base::Result<void> pollCache();
DLooperStub.cpp116 Result<void> LooperStub::pollCache() { in pollCache() function in android::automotive::watchdog::testing::LooperStub