Home
last modified time | relevance | path

Searched defs:a_agent (Results 1 – 7 of 7) sorted by relevance

/webrtc/ice/src/mdns/
H A Dmdns_test.rs24 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_multicast_dns_only_connection() localVariable
58 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_multicast_dns_mixed_connection() localVariable
/webrtc/ice/src/candidate/
H A Dcandidate_server_reflexive_test.rs59 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_server_reflexive_only_connection() localVariable
H A Dcandidate_relay_test.rs82 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_relay_only_connection() localVariable
/webrtc/ice/src/agent/
H A Dagent_test.rs437 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_connectivity_on_startup() localVariable
545 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_connectivity_lite() localVariable
955 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_connection_state_callback() localVariable
1653 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_connection_state_failed_delete_all_candidates() localVariable
1707 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_connection_state_connecting_to_failed() localVariable
1975 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_close_in_connection_state_callback() localVariable
2032 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_run_task_in_connection_state_callback() localVariable
2084 let a_agent = Arc::new(Agent::new(cfg0).await?); in test_run_task_in_selected_candidate_pair_change_callback() localVariable
2129 let a_agent = Arc::new( in test_lite_lifecycle() localVariable
H A Dagent_transport_test.rs23 let a_agent = Arc::new(Agent::new(cfg0).await?); in pipe() localVariable
H A Dagent_gather_test.rs406 let a_agent = Agent::new(cfg0).await?; in test_vnet_gather_turn_connection_leak() localVariable
H A Dagent_vnet_test.rs310 let a_agent = Arc::new(Agent::new(cfg0).await?); in pipe_with_vnet() localVariable