Home | History | Annotate | Download | only in webrtc

Lines Matching refs:called

145         // be called approximately simultaneously.  To ease testing, we require
146 // that they always be called in that order. This check verifies
147 // that OnSignalingChange has just been called.
194 // be called approximately simultaneously. For ease of testing, this
195 // check additionally requires that they be called in the above order.
354 EXPECT_EQ_WAIT(true, observer->called(), kTimeout);
376 EXPECT_EQ_WAIT(true, observer->called(), kTimeout);
396 EXPECT_TRUE_WAIT(observer->called(), kTimeout);
397 return observer->called();
520 // check if OnAddStream have been called with the same stream as we offer to
1177 // PeerConnection::Close has been called.
1222 // Test that GetStats can still be called after PeerConnection::Close.