Searched refs:send_channel_data (Results 1 – 3 of 3) sorted by relevance
78 pub async fn send_channel_data(&mut self) -> Result<(), SessionError> { in send_channel_data() method
179 self.common.send_channel_data().await?; in run()
216 match self.common.send_channel_data().await { in play()