Searched refs:old_selected_connection (Results 1 – 2 of 2) sorted by relevance
1725 Connection* old_selected_connection = selected_connection_; in SwitchSelectedConnection() local1729 if (old_selected_connection) { in SwitchSelectedConnection()1730 old_selected_connection->set_selected(false); in SwitchSelectedConnection()1735 if (old_selected_connection) { in SwitchSelectedConnection()1737 << old_selected_connection->ToString(); in SwitchSelectedConnection()1772 ice_role_ == ICEROLE_CONTROLLING && old_selected_connection != nullptr && in SwitchSelectedConnection()
2181 const Connection* old_selected_connection = ep1_ch1()->selected_connection(); in TEST_F() local2196 EXPECT_NE(old_selected_connection, ep1_ch1()->selected_connection()); in TEST_F()