Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_test.rs106 let prflx_remote = prflx_config.new_candidate_peer_reflexive()?; in test_pair_priority() localVariable
123 Arc::new(prflx_remote), in test_pair_priority()
1095 let prflx_remote: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_candidate_pair_stats() localVariable
1127 Arc::clone(&prflx_remote), in test_candidate_pair_stats()
1167 } else if cps.remote_candidate_id == prflx_remote.id() { in test_candidate_pair_stats()
1188 prflx_remote.id(), in test_candidate_pair_stats()
1334 let prflx_remote: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_remote_candidate_stats() localVariable
1370 Arc::clone(&prflx_remote), in test_remote_candidate_stats()
1397 } else if stats.id == prflx_remote.id() { in test_remote_candidate_stats()
1399 Arc::clone(&prflx_remote) in test_remote_candidate_stats()
[all …]