Searched refs:connection_ready_to_send (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc331 bool connection_ready_to_send() const { function in class:TestChannel
660 EXPECT_FALSE(ch1.connection_ready_to_send());
661 EXPECT_FALSE(ch2.connection_ready_to_send());
683 EXPECT_TRUE_WAIT(ch1.connection_ready_to_send(),
687 // hence the connection_ready_to_send() should be false.
688 EXPECT_FALSE(ch2.connection_ready_to_send());

Completed in 32 milliseconds