Searched refs:host_remote (Results 1 – 1 of 1) sorted by relevance
118 let host_remote = host_config.new_candidate_host()?; in test_pair_priority() localVariable124 Arc::new(host_remote), in test_pair_priority()1110 let host_remote: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_candidate_pair_stats() localVariable1128 Arc::clone(&host_remote), in test_candidate_pair_stats()1169 } else if cps.remote_candidate_id == host_remote.id() { in test_candidate_pair_stats()1193 host_remote.id(), in test_candidate_pair_stats()1349 let host_remote: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_remote_candidate_stats() localVariable1371 Arc::clone(&host_remote), in test_remote_candidate_stats()1400 } else if stats.id == host_remote.id() { in test_remote_candidate_stats()1402 Arc::clone(&host_remote) in test_remote_candidate_stats()[all …]