Home
last modified time | relevance | path

Searched refs:OnConnectionStateChange (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/base/
Dp2p_transport_channel.h284 void OnConnectionStateChange(Connection* connection);
Dp2p_transport_channel.cc247 this, &P2PTransportChannel::OnConnectionStateChange); in AddConnection()
1987 void P2PTransportChannel::OnConnectionStateChange(Connection* connection) { in OnConnectionStateChange() function in cricket::P2PTransportChannel
Dport_unittest.cc289 &TestChannel::OnConnectionStateChange); in CreateConnection()
295 void OnConnectionStateChange(Connection* conn) { in OnConnectionStateChange() function in cricket::TestChannel
3573 &ConnectionTest::OnConnectionStateChange); in CreateConnection()
3606 void OnConnectionStateChange(Connection* connection) { num_state_changes_++; } in OnConnectionStateChange() function in cricket::ConnectionTest