Searched refs:read_data_channel (Results 1 – 3 of 3) sorted by relevance
231 let (n, is_string) = dc1.read_data_channel(&mut rbuf[..]).await?; in pr_ordered_unordered_test()241 let (n, is_string) = dc1.read_data_channel(&mut rbuf[..]).await?; in pr_ordered_unordered_test()367 let (n, is_string) = dc1.read_data_channel(&mut rbuf[..]).await?; in test_data_channel_channel_type_reliable_unordered()376 let (n, is_string) = dc1.read_data_channel(&mut rbuf[..]).await?; in test_data_channel_channel_type_reliable_unordered()
156 self.read_data_channel(buf).await.map(|(n, _)| n) in read()163 pub async fn read_data_channel(&self, buf: &mut [u8]) -> Result<(usize, bool)> { in read_data_channel() method
311 result = data_channel.read_data_channel(&mut buffer) => { in read_loop()