Home
last modified time | relevance | path

Searched refs:urls (Results 1 – 25 of 33) sorted by relevance

12

/webrtc/webrtc/src/ice_transport/
H A Dice_server.rs8 pub urls: Vec<String>, field
20 self.urls()?; in validate()
24 pub(crate) fn urls(&self) -> Result<Vec<ice::url::Url>> { in urls() method
25 let mut urls = vec![]; in urls() localVariable
27 for url_str in &self.urls { in urls()
54 urls.push(url); in urls()
57 Ok(urls) in urls()
98 let result = ice_server.urls(); in test_ice_server_validate_success()
143 if let Err(err) = ice_server.urls() { in test_ice_server_validate_failure()
155 urls: vec!["stun:google.de?transport=udp".to_owned()], in test_ice_server_validate_failure_err_stun_query()
[all …]
H A Dice_gatherer.rs111 urls: self.validated_servers.clone(), in create_agent()
330 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in test_new_ice_gatherer_success()
/webrtc/webrtc/src/peer_connection/
H A Dconfiguration.rs60 for raw_url in &mut ice_server.urls { in get_ice_servers()
83 urls: vec![expected_server_str.to_owned()], in test_configuration_get_iceservers()
90 assert_eq!(parsed_urls[0].urls[0], expected_server_str); in test_configuration_get_iceservers()
99 urls: vec![server_str.to_owned()], in test_configuration_get_iceservers()
106 assert_eq!(parsed_urls[0].urls[0], expected_server_str); in test_configuration_get_iceservers()
/webrtc/ice/src/agent/
H A Dagent_transport_test.rs20 cfg0.urls = vec![]; in pipe()
31 cfg1.urls = vec![]; in pipe()
82 urls: vec![stun_server_url.clone()], in test_remote_local_addr()
86 urls: vec![stun_server_url], in test_remote_local_addr()
H A Dagent_vnet_test.rs282 pub(crate) urls: Vec<Url>, field
301 urls: a0test_config.urls, in pipe_with_vnet()
319 urls: a1test_config.urls, in pipe_with_vnet()
485 urls: vec![stun_server_url.clone()], in test_connectivity_simple_vnet_full_cone_nats_on_both_ends()
489 urls: vec![stun_server_url.clone()], in test_connectivity_simple_vnet_full_cone_nats_on_both_ends()
547 urls: vec![stun_server_url.clone()], in test_connectivity_vnet_full_cone_nats_on_both_ends()
551 urls: vec![stun_server_url.clone()], in test_connectivity_vnet_full_cone_nats_on_both_ends()
662 urls: vec![], in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats()
666 urls: vec![], in test_connectivity_vnet_1to1_nat_with_host_candidate_vs_symmetric_nats()
715 urls: vec![], in test_connectivity_vnet_1to1_nat_with_srflx_candidate_vs_symmetric_nats()
[all …]
H A Dagent_gather.rs25 pub(crate) urls: Vec<Url>, field
70 urls: Vec<Url>, field
119 urls: params.urls.clone(), in gather_candidates_internal()
152 let urls = params.urls.clone(); in gather_candidates_internal() localVariable
159 Self::gather_candidates_relay(urls, net, agent_internal).await; in gather_candidates_internal()
581 urls, in gather_candidates_srflx()
595 for url in &urls { in gather_candidates_srflx()
717 urls: Vec<Url>, in gather_candidates_relay()
723 for url in urls { in gather_candidates_relay()
H A Dmod.rs110 pub(crate) urls: Vec<Url>, field
163 if !config.urls.is_empty() in new()
204 urls: config.urls.clone(), in new()
450 urls: self.urls.clone(), in gather_candidates()
H A Dagent_config.rs61 pub urls: Vec<Url>, field
H A Dagent_test.rs538 urls: vec![stun_server_url], in test_connectivity_lite()
549 urls: vec![], in test_connectivity_lite()
938 urls: vec![], in test_connection_state_callback()
947 urls: vec![], in test_connection_state_callback()
1956 urls: vec![], in test_close_in_connection_state_callback()
1966 urls: vec![], in test_close_in_connection_state_callback()
2013 urls: vec![], in test_run_task_in_connection_state_callback()
2023 urls: vec![], in test_run_task_in_connection_state_callback()
2065 urls: vec![], in test_run_task_in_selected_candidate_pair_change_callback()
2075 urls: vec![], in test_run_task_in_selected_candidate_pair_change_callback()
/webrtc/ice/src/candidate/
H A Dcandidate_server_reflexive_test.rs49 urls: vec![Url { in test_server_reflexive_only_connection()
65 urls: vec![Url { in test_server_reflexive_only_connection()
H A Dcandidate_relay_test.rs70 urls: vec![Url { in test_relay_only_connection()
88 urls: vec![Url { in test_relay_only_connection()
/webrtc/examples/examples/broadcast/
H A Dbroadcast.rs107 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
244 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/webrtc/src/api/
H A Dmod.rs59 let url = server.urls()?; in new_ice_gatherer()
/webrtc/examples/examples/data-channels/
H A Ddata-channels.rs89 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/data-channels-create/
H A Ddata-channels-create.rs88 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/rtp-to-webrtc/
H A Drtp-to-webrtc.rs90 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/data-channels-detach-create/
H A Ddata-channels-detach-create.rs100 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/data-channels-detach/
H A Ddata-channels-detach.rs101 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/simulcast/
H A Dsimulcast.rs107 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/data-channels-close/
H A Ddata-channels-close.rs105 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/insertable-streams/
H A Dinsertable-streams.rs111 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/reflect/
H A Dreflect.rs139 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs129 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/ortc/
H A Dortc.rs77 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()
/webrtc/examples/examples/swap-tracks/
H A Dswap-tracks.rs92 urls: vec!["stun:stun.l.google.com:19302".to_owned()], in main()

12