Searched refs:WaitAndProcess (Results 1 – 4 of 4) sorted by relevance
234 EXPECT_TRUE(s.WaitAndProcess(&offer_exchange_done)); in TEST_P()235 EXPECT_TRUE(s.WaitAndProcess(&got_unsignaled_packet)); in TEST_P()236 EXPECT_TRUE(s.WaitAndProcess(&first_sink.frame_observed_)); in TEST_P()255 EXPECT_TRUE(s.WaitAndProcess(&offer_exchange_done)); in TEST_P()256 EXPECT_TRUE(s.WaitAndProcess(&second_sink.frame_observed_)); in TEST_P()
60 RTC_CHECK(s.WaitAndProcess(&offer_exchange_done)); in TEST()92 RTC_CHECK(s.WaitAndProcess(&offer_exchange_done)); in TEST()107 RTC_CHECK(s.WaitAndProcess(&received_abs_send_time)); in TEST()
96 RTC_CHECK(WaitAndProcess(&done)); in SimpleConnection()108 bool PeerScenario::WaitAndProcess(std::atomic<bool>* event, in WaitAndProcess() function in webrtc::test::PeerScenario
89 bool WaitAndProcess(std::atomic<bool>* event,