Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_test.rs171 assert_eq!(agent_b.get_bytes_received(), 0); in test_agent_get_stats()
172 assert_eq!(agent_b.get_bytes_sent(), 0); in test_agent_get_stats()
181 assert_eq!(agent_b.get_bytes_received(), 10); in test_agent_get_stats()
182 assert_eq!(agent_b.get_bytes_sent(), 0); in test_agent_get_stats()
1749 let agent_b = Arc::clone(&b_agent); in test_connection_state_connecting_to_failed() localVariable
1752 let result = agent_b in test_connection_state_connecting_to_failed()
1809 let (_, _, agent_a, agent_b) = pipe( in test_agent_restart_one_side()
1840 agent_b.close().await?; in test_agent_restart_one_side()
1867 let (_, _, agent_a, agent_b) = pipe( in test_agent_restart_both_side()
1890 agent_b.on_connection_state_change(b_notifier); in test_agent_restart_both_side()
[all …]