Home
last modified time | relevance | path

Searched defs:selected_connection (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/p2p/base/
Dmock_ice_transport.h68 const Connection* selected_connection() const override { return nullptr; } in selected_connection() function
Dfake_ice_transport.h216 const Connection* selected_connection() const override { return nullptr; } in selected_connection() function
Dbasic_ice_controller.cc73 const Connection* selected_connection) { in SetSelectedConnection()
Dp2p_transport_channel_unittest.cc1493 const Connection* selected_connection = nullptr; in TEST_F() local
1602 const Connection* selected_connection = nullptr; in TEST_F() local
1685 const Connection* selected_connection = NULL; in TEST_F() local
2404 const Connection* selected_connection = channel->selected_connection(); in DestroyAllButBestConnection() local
4811 const Connection* selected_connection = nullptr; in TEST_F() local
5136 const Connection* selected_connection = ep1_ch1()->selected_connection(); in TEST_F() local
Dp2p_transport_channel.cc794 const Connection* P2PTransportChannel::selected_connection() const { in selected_connection() function in cricket::P2PTransportChannel