Searched refs:srflx_remote (Results 1 – 1 of 1) sorted by relevance
92 let srflx_remote = srflx_config.new_candidate_server_reflexive()?; in test_pair_priority() localVariable122 Arc::new(srflx_remote), in test_pair_priority()1080 let srflx_remote: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_candidate_pair_stats() localVariable1126 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() localVariable1369 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 …]