Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 32) sorted by relevance

12

/webrtc/sctp/src/timer/
H A Dtimer_test.rs48 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 Dack_timer.rs64 pub(crate) fn stop(&mut self) { in stop() method
H A Drtx_timer.rs195 pub(crate) async fn stop(&self) { in stop() method
/webrtc/stun/src/agent/
H A Dagent_test.rs127 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 DREADME.md27 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 Dperiodic_timer_test.rs32 rt.stop().await; in test_periodic_timer()
/webrtc/examples/examples/ortc/
H A Dortc.rs234 sctp.stop().await?; in main()
235 dtls.stop().await?; in main()
236 ice.stop().await?; in main()
/webrtc/sctp/src/association/
H A Dassociation_internal.rs272 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 Dmod.rs231 self.stop(); in close()
236 p.stop(); in close()
243 c.stop(); in close()
304 fn stop(&self) -> bool { in stop() method
H A Dpermission.rs66 pub(crate) fn stop(&mut self) -> bool { in stop() method
H A Dchannel_bind.rs72 pub(crate) fn stop(&mut self) -> bool { in stop() method
H A Dallocation_test.rs259 assert!(!a.stop(), "lifetimeTimer has expired"); in test_allocation_refresh()
/webrtc/stun/src/
H A Dagent.rs209 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 Dperiodic_timer.rs83 pub async fn stop(&self) { in stop() method
H A Drelay_conn.rs181 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 Drtp_receiver_test.rs154 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 Drouter_test.rs248 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 Dmod.rs419 pub async fn stop(&self) -> Result<()> { in stop() method
428 sender.stop().await?; in stop()
432 r.stop().await?; in stop()
H A Drtp_transceiver_test.rs342 offer_transceiver.stop().await?; in test_rtp_transceiver_stopping()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs1684 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 Drouter.rs350 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 Dagent_vnet_test.rs54 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 Drtp_sender_test.rs186 w.stop().await?; in test_rtp_sender_set_read_deadline()
/webrtc/webrtc/src/ice_transport/
H A Dmod.rs220 pub async fn stop(&self) -> Result<()> { in stop() method
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs199 pub async fn stop(&self) -> Result<()> { in stop() method

12