Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/p2p/base/
H A Dmock_ice_transport.h68 const Connection* selected_connection() const override { return nullptr; } in selected_connection() function
H A Dp2p_transport_channel_unittest.cc1675 const Connection* selected_connection = nullptr; in TEST_P() local
1785 const Connection* selected_connection = nullptr; in TEST_P() local
1869 const Connection* selected_connection = NULL; in TEST_P() local
2624 const Connection* selected_connection = channel->selected_connection(); in DestroyAllButBestConnection() local
5333 const Connection* selected_connection = nullptr; in TEST_P() local
5624 const Connection* selected_connection = ep1_ch1()->selected_connection(); in TEST_P() local
H A Dfake_ice_transport.h281 const Connection* selected_connection() const override { return nullptr; } in selected_connection() function
H A Dbasic_ice_controller.cc73 const Connection* selected_connection) { in SetSelectedConnection()
H A Dp2p_transport_channel.cc884 const Connection* P2PTransportChannel::selected_connection() const { in selected_connection() function in cricket::P2PTransportChannel