Home
last modified time | relevance | path

Searched refs:get_conn (Results 1 – 7 of 7) sorted by relevance

/webrtc/ice/src/udp_mux/
H A Dudp_mux_test.rs143 let res = udp_mux.get_conn("failurefrag").await; in test_udp_mux()
159 let conn = mux.get_conn(ufrag).await?; in test_mux_connection()
H A Dmod.rs45 async fn get_conn(self: Arc<Self>, ufrag: &str) -> Result<Arc<dyn Conn + Send + Sync>, Error>; in get_conn() method
257 async fn get_conn(self: Arc<Self>, ufrag: &str) -> Result<Arc<dyn Conn + Send + Sync>, Error> { in get_conn() method
/webrtc/ice/src/agent/
H A Dagent_gather_test.rs179 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()
H A Dagent_gather.rs429 let conn = udp_mux.get_conn(&ufrag).await?; in gather_candidates_local_udp_mux()
H A Dagent_internal.rs1038 if let Some(conn) = candidate.get_conn() { in start_candidate()
/webrtc/ice/src/candidate/
H A Dmod.rs85 fn get_conn(&self) -> Option<&Arc<dyn util::Conn + Send + Sync>>; in get_conn() method
H A Dcandidate_base.rs306 fn get_conn(&self) -> Option<&Arc<dyn util::Conn + Send + Sync>> { in get_conn() method