Searched defs:selected_connection (Results 1 – 5 of 5) sorted by relevance
68 const Connection* selected_connection() const override { return nullptr; } in selected_connection() function
216 const Connection* selected_connection() const override { return nullptr; } in selected_connection() function
73 const Connection* selected_connection) { in SetSelectedConnection()
1493 const Connection* selected_connection = nullptr; in TEST_F() local1602 const Connection* selected_connection = nullptr; in TEST_F() local1685 const Connection* selected_connection = NULL; in TEST_F() local2404 const Connection* selected_connection = channel->selected_connection(); in DestroyAllButBestConnection() local4811 const Connection* selected_connection = nullptr; in TEST_F() local5136 const Connection* selected_connection = ep1_ch1()->selected_connection(); in TEST_F() local
794 const Connection* P2PTransportChannel::selected_connection() const { in selected_connection() function in cricket::P2PTransportChannel