Lines Matching refs:host_local
63 let host_local: Arc<dyn Candidate + Send + Sync> = Arc::new(host_config.new_candidate_host()?); in test_pair_priority() localVariable
129 if a.internal.find_pair(&host_local, &remote).await.is_none() { in test_pair_priority()
131 .add_pair(host_local.clone(), remote.clone()) in test_pair_priority()
135 if let Some(p) = a.internal.find_pair(&host_local, &remote).await { 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() localVariable
229 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() localVariable
1130 let p = a.internal.find_pair(&host_local, remote).await; in test_candidate_pair_stats()
1134 .add_pair(Arc::clone(&host_local), Arc::clone(remote)) in test_candidate_pair_stats()
1140 if let Some(p) = a.internal.find_pair(&host_local, &prflx_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() localVariable
1245 vec![Arc::clone(&host_local), Arc::clone(&srflx_local)], in test_local_candidate_stats()
1260 let candidate = if stats.id == host_local.id() { in test_local_candidate_stats()
1262 Arc::clone(&host_local) in test_local_candidate_stats()
1285 host_local.id(), in test_local_candidate_stats()