Searched refs:set_selected_pair (Results 1 – 4 of 4) sorted by relevance
336 self.set_selected_pair(Some(Arc::clone(&p))).await; in handle_success_response()520 self.set_selected_pair(Some(Arc::clone(&p))).await; in handle_binding_request()
416 self.internal.set_selected_pair(None).await; in restart()
329 pub(crate) async fn set_selected_pair(&self, p: Option<Arc<CandidatePair>>) { in set_selected_pair() method
233 a.internal.set_selected_pair(Some(p)).await; in test_on_selected_candidate_pair_change()