Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_test.rs131 .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() 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()
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
1260 let candidate = if stats.id == host_local.id() { in test_local_candidate_stats()
1262 Arc::clone(&host_local) in test_local_candidate_stats()
[all …]