Searched refs:get_conn (Results 1 – 7 of 7) sorted by relevance
143 let res = udp_mux.get_conn("failurefrag").await; in test_udp_mux()159 let conn = mux.get_conn(ufrag).await?; in test_mux_connection()
45 async fn get_conn(self: Arc<Self>, ufrag: &str) -> Result<Arc<dyn Conn + Send + Sync>, Error>; in get_conn() method257 async fn get_conn(self: Arc<Self>, ufrag: &str) -> Result<Arc<dyn Conn + Send + Sync>, Error> { in get_conn() method
179 if let Some(conn) = candi.get_conn() { in test_vnet_gather_with_nat_1to1_as_host_candidates()479 let laddr = candi.get_conn().unwrap().local_addr()?; in test_vnet_gather_muxed_udp()
429 let conn = udp_mux.get_conn(&ufrag).await?; in gather_candidates_local_udp_mux()
1038 if let Some(conn) = candidate.get_conn() { in start_candidate()
85 fn get_conn(&self) -> Option<&Arc<dyn util::Conn + Send + Sync>>; in get_conn() method
306 fn get_conn(&self) -> Option<&Arc<dyn util::Conn + Send + Sync>> { in get_conn() method