Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_gather.rs308 let host_config = CandidateHostConfig { in gather_candidates_local() localVariable
321 match host_config.new_candidate_host() { in gather_candidates_local()
432 let host_config = CandidateHostConfig { in gather_candidates_local_udp_mux() localVariable
445 Arc::new(host_config.new_candidate_host()?); in gather_candidates_local_udp_mux()
H A Dagent_test.rs53 let host_config = CandidateHostConfig { in test_pair_priority() localVariable
63 let host_local: Arc<dyn Candidate + Send + Sync> = Arc::new(host_config.new_candidate_host()?); in test_pair_priority()
108 let host_config = CandidateHostConfig { in test_pair_priority() localVariable
118 let host_remote = host_config.new_candidate_host()?; in test_pair_priority()
201 let host_config = CandidateHostConfig { in test_on_selected_candidate_pair_change() localVariable
211 let host_local = host_config.new_candidate_host()?; in test_on_selected_candidate_pair_change()
246 let host_config = CandidateHostConfig { in test_handle_peer_reflexive_udp_pflx_candidate() localVariable
258 let local: Arc<dyn Candidate + Send + Sync> = Arc::new(host_config.new_candidate_host()?); in test_handle_peer_reflexive_udp_pflx_candidate()
345 let host_config = CandidateHostConfig { in test_handle_peer_reflexive_unknown_remote() localVariable
357 let local: Arc<dyn Candidate + Send + Sync> = Arc::new(host_config.new_candidate_host()?); in test_handle_peer_reflexive_unknown_remote()