Lines Matching refs:internal

29             let checklist = a.internal.agent_conn.checklist.lock().await;  in test_pair_search()
37 .internal in test_pair_search()
129 if a.internal.find_pair(&host_local, &remote).await.is_none() { in test_pair_priority()
130 a.internal in test_pair_priority()
135 if let Some(p) = a.internal.find_pair(&host_local, &remote).await { in test_pair_priority()
141 .internal in test_pair_priority()
233 a.internal.set_selected_pair(Some(p)).await; in test_on_selected_candidate_pair_change()
262 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_handle_peer_reflexive_udp_pflx_candidate()
266 a.internal.tie_breaker.load(Ordering::SeqCst), 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()
285 let remote_candidates = a.internal.remote_candidates.lock().await; in test_handle_peer_reflexive_udp_pflx_candidate()
333 let mut pending_binding_requests = a.internal.pending_binding_requests.lock().await; in test_handle_peer_reflexive_unknown_remote()
341 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_handle_peer_reflexive_unknown_remote()
369 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_handle_peer_reflexive_unknown_remote()
371 let remote_candidates = a.internal.remote_candidates.lock().await; in test_handle_peer_reflexive_unknown_remote()
668 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_inbound_validity()
671 a.internal in test_inbound_validity()
679 let remote_candidates = a.internal.remote_candidates.lock().await; in test_inbound_validity()
688 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_inbound_validity()
691 a.internal in test_inbound_validity()
699 let remote_candidates = a.internal.remote_candidates.lock().await; in test_inbound_validity()
717 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_inbound_validity()
720 a.internal in test_inbound_validity()
728 let remote_candidates = a.internal.remote_candidates.lock().await; in test_inbound_validity()
746 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_inbound_validity()
749 a.internal in test_inbound_validity()
756 let remote_candidates = a.internal.remote_candidates.lock().await; in test_inbound_validity()
773 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_inbound_validity()
779 a.internal in test_inbound_validity()
786 let remote_candidates = a.internal.remote_candidates.lock().await; in test_inbound_validity()
803 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_inbound_validity()
818 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_inbound_validity()
819 let remote_candidates = a.internal.remote_candidates.lock().await; in test_inbound_validity()
841 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_inbound_validity()
853 a.internal.handle_inbound(&mut msg, &local, remote).await; in test_inbound_validity()
856 let remote_candidates = a.internal.remote_candidates.lock().await; in test_inbound_validity()
1130 let p = a.internal.find_pair(&host_local, remote).await; in test_candidate_pair_stats()
1133 a.internal in test_candidate_pair_stats()
1140 if let Some(p) = a.internal.find_pair(&host_local, &prflx_remote).await { in test_candidate_pair_stats()
1242 let mut local_candidates = a.internal.local_candidates.lock().await; in test_local_candidate_stats()
1364 let mut remote_candidates = a.internal.remote_candidates.lock().await; in test_remote_candidate_stats()
1555 let mut pending_binding_requests = a.internal.pending_binding_requests.lock().await; in test_binding_request_timeout()
1574 a.internal.invalidate_pending_binding_requests(now).await; in test_binding_request_timeout()
1576 let pending_binding_requests = a.internal.pending_binding_requests.lock().await; in test_binding_request_timeout()
1595 let ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_agent_credentials()
1673 let remote_candidates = a_agent.internal.remote_candidates.lock().await; in test_connection_state_failed_delete_all_candidates()
1677 let local_candidates = a_agent.internal.local_candidates.lock().await; in test_connection_state_failed_delete_all_candidates()
1930 let mut ufrag_pwd = a.internal.ufrag_pwd.lock().await; in test_get_remote_credentials()