Home
last modified time | relevance | path

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

/webrtc/webrtc/src/data_channel/
H A Ddata_channel_test.rs1015 let mut pcb = api.new_peer_connection(RTCConfiguration::default()).await?; in test_eof_detach() localVariable
1021 pcb.on_data_channel(Box::new(move |dc: Arc<RTCDataChannel>| { in test_eof_detach()
1069 signal_pair(&mut pca, &mut pcb).await?; in test_eof_detach()
1107 close_pair_now(&pca, &pcb).await; in test_eof_detach()
1121 let mut pcb = api.new_peer_connection(RTCConfiguration::default()).await?; in test_eof_no_detach() localVariable
1127 pcb.on_data_channel(Box::new(move |dc: Arc<RTCDataChannel>| { in test_eof_no_detach()
1193 signal_pair(&mut pca, &mut pcb).await?; in test_eof_no_detach()
1201 close_pair_now(&pca, &pcb).await; in test_eof_no_detach()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs106 let pcb = api.new_peer_connection(RTCConfiguration::default()).await?; in new_pair() localVariable
108 Ok((pca, pcb)) in new_pair()