Searched refs:candidate_types (Results 1 – 9 of 9) sorted by relevance
| /webrtc/ice/src/mdns/ |
| H A D | mdns_test.rs | 19 candidate_types: vec![CandidateType::Host], in test_multicast_dns_only_connection() 30 candidate_types: vec![CandidateType::Host], in test_multicast_dns_only_connection() 53 candidate_types: vec![CandidateType::Host], in test_multicast_dns_mixed_connection() 64 candidate_types: vec![CandidateType::Host], in test_multicast_dns_mixed_connection() 87 candidate_types: vec![CandidateType::Host], in test_multicast_dns_static_host_name() 100 candidate_types: vec![CandidateType::Host], in test_multicast_dns_static_host_name()
|
| /webrtc/ice/src/agent/ |
| H A D | mod.rs | 109 pub(crate) candidate_types: Vec<CandidateType>, field 150 let candidate_types = if config.candidate_types.is_empty() { in new() localVariable 153 config.candidate_types.clone() in new() 157 && (candidate_types.len() != 1 || candidate_types[0] != CandidateType::Host) in new() 164 && !contains_candidate_type(CandidateType::ServerReflexive, &candidate_types) in new() 165 && !contains_candidate_type(CandidateType::Relay, &candidate_types) in new() 171 let ext_ip_mapper = match config.init_ext_ip_mapping(mdns_mode, &candidate_types) { in new() 203 candidate_types, in new() 449 candidate_types: self.candidate_types.clone(), in gather_candidates()
|
| H A D | agent_config.rs | 102 pub candidate_types: Vec<CandidateType>, field 218 candidate_types: &[CandidateType], in init_ext_ip_mapping() 228 for candi_type in candidate_types { in init_ext_ip_mapping() 239 for candi_type in candidate_types { in init_ext_ip_mapping()
|
| H A D | agent_gather.rs | 24 pub(crate) candidate_types: Vec<CandidateType>, field 89 for t in ¶ms.candidate_types { in gather_candidates_internal()
|
| H A D | agent_test.rs | 551 candidate_types: vec![CandidateType::Host], in test_connectivity_lite() 1474 candidate_types: vec![CandidateType::Relay], in test_init_ext_ip_mapping() 1493 candidate_types: vec![CandidateType::Relay], in test_init_ext_ip_mapping() 2147 candidate_types: vec![CandidateType::Host], in test_lite_lifecycle()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_server_reflexive_test.rs | 55 candidate_types: vec![CandidateType::ServerReflexive], in test_server_reflexive_only_connection() 71 candidate_types: vec![CandidateType::ServerReflexive], in test_server_reflexive_only_connection()
|
| H A D | candidate_relay_test.rs | 78 candidate_types: vec![CandidateType::Relay], in test_relay_only_connection() 96 candidate_types: vec![CandidateType::Relay], in test_relay_only_connection()
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_gatherer.rs | 93 let mut candidate_types = vec![]; in create_agent() localVariable 95 candidate_types.push(ice::candidate::CandidateType::Host); in create_agent() 97 candidate_types.push(ice::candidate::CandidateType::Relay); in create_agent() 115 candidate_types, in create_agent()
|
| /webrtc/webrtc/src/api/setting_engine/ |
| H A D | mod.rs | 153 pub fn set_network_types(&mut self, candidate_types: Vec<NetworkType>) { in set_network_types() 154 self.candidates.ice_network_types = candidate_types; in set_network_types()
|