Searched refs:get_best_valid_candidate_pair (Results 1 – 2 of 2) sorted by relevance
244 if let Some(p) = self.agent_conn.get_best_valid_candidate_pair().await { in contact_candidates()251 if let Some(p) = self.agent_conn.get_best_valid_candidate_pair().await { in contact_candidates()
132 pub(crate) async fn get_best_valid_candidate_pair(&self) -> Option<Arc<CandidatePair>> { in get_best_valid_candidate_pair() method