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