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

/external/webrtc/webrtc/p2p/base/
H A Dport.h506 bool nominated() const { return nominated_; } function in class:cricket::Connection
507 void set_nominated(bool nominated) { nominated_ = nominated; } argument
552 // This signal will be fired if this connection is nominated by the
614 // Whether this connection has been nominated by the controlling side via
H A Dp2ptransportchannel.cc162 // been nominated by the controlling side.
167 if (ice_role == cricket::ICEROLE_CONTROLLED && a_conn->nominated()) {
168 LOG(LS_VERBOSE) << "Controlled side did not switch due to nominated status";
1019 // Controlled side can prune only if the best connection has been nominated.
1047 return (best_connection_ && best_connection_->nominated()) ? best_connection_
H A Dport_unittest.cc326 bool nominated() const { return nominated_; } function in class:TestChannel
2412 EXPECT_TRUE_WAIT(ch1.nominated(), kTimeout);

Completed in 72 milliseconds