Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_test.rs92 let srflx_remote = srflx_config.new_candidate_server_reflexive()?; in test_pair_priority() localVariable
122 Arc::new(srflx_remote), in test_pair_priority()
1080 let srflx_remote: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_candidate_pair_stats() localVariable
1126 Arc::clone(&srflx_remote), in test_candidate_pair_stats()
1165 } else if cps.remote_candidate_id == srflx_remote.id() { in test_candidate_pair_stats()
1183 srflx_remote.id(), in test_candidate_pair_stats()
1319 let srflx_remote: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_remote_candidate_stats() localVariable
1369 Arc::clone(&srflx_remote), in test_remote_candidate_stats()
1394 } else if stats.id == srflx_remote.id() { in test_remote_candidate_stats()
1396 Arc::clone(&srflx_remote) in test_remote_candidate_stats()
[all …]