| /webrtc/sctp/src/timer/ |
| H A D | timer_test.rs | 48 rt.stop(); in test_ack_timer_start_and_stop() 67 rt.stop(); in test_ack_timer_start_and_stop() 242 rt.stop().await; in test_rtx_timer_callback_interval() 270 rt.stop().await; in test_rtx_timer_last_start_wins() 292 rt.stop().await; in test_rtx_timer_stop_right_after_start() 295 rt.stop().await; in test_rtx_timer_stop_right_after_start() 317 rt.stop().await; in test_rtx_timer_start_stop_then_start() 324 rt.stop().await; in test_rtx_timer_start_stop_then_start() 453 rt.stop().await; in test_rtx_timer_should_not_stop_if_max_retrans_is_zero() 480 rt.stop().await; in test_rtx_timer_stop_timer_that_is_not_running_is_noop() [all …]
|
| H A D | ack_timer.rs | 64 pub(crate) fn stop(&mut self) { in stop() method
|
| H A D | rtx_timer.rs | 195 pub(crate) async fn stop(&self) { in stop() method
|
| /webrtc/stun/src/agent/ |
| H A D | agent_test.rs | 127 let result = a.stop(TransactionId::default()); in test_agent_stop() 143 a.stop(id)?; in test_agent_stop() 180 let result = a.stop(TransactionId::default()); in test_agent_stop()
|
| /webrtc/examples/examples/insertable-streams/ |
| H A D | README.md | 27 When unchecked the browser will not decrypt the incoming video stream, so it will stop playing or d… 50 To stop decrypting the stream uncheck the box and the video will not be viewable.
|
| /webrtc/turn/src/client/periodic_timer/ |
| H A D | periodic_timer_test.rs | 32 rt.stop().await; in test_periodic_timer()
|
| /webrtc/examples/examples/ortc/ |
| H A D | ortc.rs | 234 sctp.stop().await?; in main() 235 dtls.stop().await?; in main() 236 ice.stop().await?; in main()
|
| /webrtc/sctp/src/association/ |
| H A D | association_internal.rs | 272 t1init.stop().await; in close_all_timers() 275 t1cookie.stop().await; in close_all_timers() 278 t2shutdown.stop().await; in close_all_timers() 281 t3rtx.stop().await; in close_all_timers() 284 treconfig.stop().await; in close_all_timers() 287 ack_timer.stop(); in close_all_timers() 757 t1init.stop().await; in handle_init_ack() 882 t1cookie.stop().await; in handle_cookie_ack() 1220 t3rtx.stop().await; in on_cumulative_tsn_ack_point_advanced() 1676 ack_timer.stop(); in handle_forward_tsn() [all …]
|
| /webrtc/turn/src/allocation/ |
| H A D | mod.rs | 231 self.stop(); in close() 236 p.stop(); in close() 243 c.stop(); in close() 304 fn stop(&self) -> bool { in stop() method
|
| H A D | permission.rs | 66 pub(crate) fn stop(&mut self) -> bool { in stop() method
|
| H A D | channel_bind.rs | 72 pub(crate) fn stop(&mut self) -> bool { in stop() method
|
| H A D | allocation_test.rs | 259 assert!(!a.stop(), "lifetimeTimer has expired"); in test_allocation_refresh()
|
| /webrtc/stun/src/ |
| H A D | agent.rs | 209 pub fn stop(&mut self, id: TransactionId) -> Result<()> { in stop() method 271 ClientAgent::Stop(tid) => agent.stop(tid), in run()
|
| /webrtc/turn/src/client/ |
| H A D | periodic_timer.rs | 83 pub async fn stop(&self) { in stop() method
|
| H A D | relay_conn.rs | 181 self.refresh_alloc_timer.stop().await; in close() 182 self.refresh_perms_timer.stop().await; in close()
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_receiver/ |
| H A D | rtp_receiver_test.rs | 154 w.stop().await?; in test_set_rtp_parameters() 225 w.stop().await?; in test_rtp_receiver_set_read_deadline()
|
| /webrtc/util/src/vnet/router/ |
| H A D | router_test.rs | 248 r.stop().await?; in test_router_standalone_routing() 351 r.stop().await?; in test_router_standalone_add_chunk_filter() 434 r.stop().await?; in delay_sub_test() 599 wan.stop().await?; in test_router_one_child() 757 let result = r.stop().await; in test_router_failures_stop()
|
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | mod.rs | 419 pub async fn stop(&self) -> Result<()> { in stop() method 428 sender.stop().await?; in stop() 432 r.stop().await?; in stop()
|
| H A D | rtp_transceiver_test.rs | 342 offer_transceiver.stop().await?; in test_rtp_transceiver_stopping()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | mod.rs | 1684 let _ = sender.stop().await; in add_track() 1741 let sender_result = sender.stop().await; in remove_track() 1911 if let Err(err) = t.stop().await { in close() 1930 if let Err(err) = self.internal.sctp_transport.stop().await { in close() 1935 if let Err(err) = self.internal.dtls_transport.stop().await { in close() 1940 if let Err(err) = self.internal.ice_transport.stop().await { in close()
|
| /webrtc/util/src/vnet/ |
| H A D | router.rs | 350 pub fn stop(&mut self) -> Pin<Box<dyn Future<Output = Result<()>>>> { in stop() method 373 c.stop().await?; in stop_childen()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_vnet_test.rs | 54 w.stop().await?; in close() 872 w.stop().await?; in test_disconnected_to_connected() 1006 w.stop().await?; in test_write_use_valid_pair()
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_sender/ |
| H A D | rtp_sender_test.rs | 186 w.stop().await?; in test_rtp_sender_set_read_deadline()
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | mod.rs | 220 pub async fn stop(&self) -> Result<()> { in stop() method
|
| /webrtc/webrtc/src/sctp_transport/ |
| H A D | mod.rs | 199 pub async fn stop(&self) -> Result<()> { in stop() method
|