Searched refs:pollCache (Results 1 – 3 of 3) sorted by relevance
264 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 …]
68 android::base::Result<void> pollCache();
116 Result<void> LooperStub::pollCache() { in pollCache() function in android::automotive::watchdog::testing::LooperStub