Searched refs:pcb (Results 1 – 2 of 2) sorted by relevance
1015 let mut pcb = api.new_peer_connection(RTCConfiguration::default()).await?; in test_eof_detach() localVariable1021 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() localVariable1127 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()
106 let pcb = api.new_peer_connection(RTCConfiguration::default()).await?; in new_pair() localVariable108 Ok((pca, pcb)) in new_pair()