Lines Matching refs:local
150 local: host_local.clone(), in test_pair_priority()
258 let local: Arc<dyn Candidate + Send + Sync> = Arc::new(host_config.new_candidate_host()?); in test_handle_peer_reflexive_udp_pflx_candidate() localVariable
277 Box::new(PriorityAttr(local.priority())), in test_handle_peer_reflexive_udp_pflx_candidate()
283 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_handle_peer_reflexive_udp_pflx_candidate()
294 if let Some(cands) = remote_candidates.get(&local.network_type()) { in test_handle_peer_reflexive_udp_pflx_candidate()
315 local.network_type() in test_handle_peer_reflexive_udp_pflx_candidate()
357 let local: Arc<dyn Candidate + Send + Sync> = Arc::new(host_config.new_candidate_host()?); in test_handle_peer_reflexive_unknown_remote() localVariable
369 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_handle_peer_reflexive_unknown_remote()
647 let local: Arc<dyn Candidate + Send + Sync> = Arc::new( in test_inbound_validity() localVariable
674 &local, in test_inbound_validity()
694 &local, in test_inbound_validity()
723 &local, in test_inbound_validity()
752 &local, in test_inbound_validity()
782 &local, in test_inbound_validity()
818 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_inbound_validity()
853 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_inbound_validity()