Searched refs:send_text (Results 1 – 9 of 9) sorted by relevance
174 let result = dc2.send_text("Ping".to_owned()).await; in test_data_channel_open()226 let result = dc3.send_text("Ping".to_owned()).await; in test_data_channel_send_before_signaling()304 if dc1.send_text("Ping".to_owned()).await.is_err() { in test_data_channel_send_after_connected()310 let result = dc3.send_text("Ping".to_owned()).await; in test_data_channel_send_after_connected()569 .send_text(EXPECTED_MESSAGE.to_owned()) in test_data_channel_parameters_negotiated_exchange()574 .send_text(EXPECTED_MESSAGE.to_owned()) in test_data_channel_parameters_negotiated_exchange()1461 channel_a.send_text("ABC".to_owned()).await?; in test_data_channel_ortc_e2e()1482 let result = channel_a.send_text("test".to_owned()).await; in test_data_channel_ortc_e2e()
379 pub async fn send_text(&self, s: impl Into<String>) -> Result<usize> { in send_text() method
141 result = d2.send_text(message).await.map_err(Into::into); in main()
134 result = d2.send_text(message).await.map_err(Into::into); in main()
172 result = d2.send_text(message).await.map_err(Into::into); in main()
271 result = d.send_text(message).await.map_err(Into::into); in handle_on_open()
126 .send_text(format!("{:?}", tokio::time::Instant::now())) in do_signaling()
316 result = d2.send_text(message).await.map_err(Into::into); in main()
362 result = d2.send_text(message).await.map_err(Into::into); in main()