Searched refs:host_local (Results 1 – 1 of 1) sorted by relevance
131 .add_pair(host_local.clone(), remote.clone()) in test_pair_priority()150 local: host_local.clone(), in test_pair_priority()211 let host_local = host_config.new_candidate_host()?; in test_on_selected_candidate_pair_change() localVariable229 Arc::new(host_local), in test_on_selected_candidate_pair_change()1050 let host_local: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_candidate_pair_stats() localVariable1130 let p = a.internal.find_pair(&host_local, remote).await; in test_candidate_pair_stats()1159 host_local.id(), in test_candidate_pair_stats()1212 let host_local: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_local_candidate_stats() localVariable1260 let candidate = if stats.id == host_local.id() { in test_local_candidate_stats()1262 Arc::clone(&host_local) in test_local_candidate_stats()[all …]