Searched refs:a_conn (Results 1 – 3 of 3) sorted by relevance
| /webrtc/ice/src/agent/ |
| H A D | agent_transport_test.rs | 37 let (a_conn, b_conn) = connect_with_vnet(&a_agent, &b_agent).await?; in pipe() 44 Ok((a_conn, b_conn, a_agent, b_agent)) in pipe()
|
| H A D | agent_vnet_test.rs | 262 let a_conn = agent_a.accept(a_cancel_rx, b_ufrag, b_pwd).await?; in connect_with_vnet() localVariable 264 let _ = accepted_tx.send(a_conn).await; in connect_with_vnet() 273 if let Some(a_conn) = accepted_rx.recv().await { in connect_with_vnet() 274 Ok((a_conn, b_conn)) in connect_with_vnet() 331 let (a_conn, b_conn) = connect_with_vnet(&a_agent, &b_agent).await?; in pipe_with_vnet() 338 Ok((a_conn, b_conn)) in pipe_with_vnet()
|
| /webrtc/sctp/src/association/ |
| H A D | association_test.rs | 2600 let (a_conn, charlie_conn) = pipe(); in test_association_handle_packet_before_init() 2604 net_conn: Arc::new(a_conn), in test_association_handle_packet_before_init()
|