Home
last modified time | relevance | path

Searched defs:rt (Results 1 – 3 of 3) sorted by relevance

/webrtc/sctp/src/timer/
H A Dtimer_test.rs40 let mut rt = AckTimer::new(Arc::downgrade(&obs), ACK_INTERVAL); in test_ack_timer_start_and_stop() localVariable
232 let rt = RtxTimer::new(Arc::downgrade(&obs), timer_id, PATH_MAX_RETRANS); in test_rtx_timer_callback_interval() localVariable
259 let rt = RtxTimer::new(Arc::downgrade(&obs), timer_id, PATH_MAX_RETRANS); in test_rtx_timer_last_start_wins() localVariable
287 let rt = RtxTimer::new(Arc::downgrade(&obs), timer_id, PATH_MAX_RETRANS); in test_rtx_timer_stop_right_after_start() localVariable
312 let rt = RtxTimer::new(Arc::downgrade(&obs), timer_id, PATH_MAX_RETRANS); in test_rtx_timer_start_stop_then_start() localVariable
341 let rt = RtxTimer::new(Arc::downgrade(&obs), timer_id, PATH_MAX_RETRANS); in test_rtx_timer_start_and_stop_in_atight_loop() localVariable
370 let rt = RtxTimer::new(Arc::downgrade(&obs), timer_id, PATH_MAX_RETRANS); in test_rtx_timer_should_stop_after_rtx_failure() localVariable
421 let rt = RtxTimer::new(Arc::downgrade(&obs), timer_id, 0); in test_rtx_timer_should_not_stop_if_max_retrans_is_zero() localVariable
469 let rt = RtxTimer::new(Arc::downgrade(&obs), timer_id, PATH_MAX_RETRANS); in test_rtx_timer_stop_timer_that_is_not_running_is_noop() localVariable
495 let rt = RtxTimer::new(Arc::downgrade(&obs), timer_id, PATH_MAX_RETRANS); in test_rtx_timer_closed_timer_wont_start() localVariable
/webrtc/turn/src/client/periodic_timer/
H A Dperiodic_timer_test.rs16 let rt = PeriodicTimer::new(timer_id, Duration::from_millis(50)); in test_periodic_timer() localVariable
/webrtc/interceptor/src/report/receiver/
H A Dreceiver_test.rs161 let rt = 987654321u32.wrapping_add( in test_receiver_interceptor_after_rtp_and_rtcp_packets() localVariable
452 let rt = 987654321u32.wrapping_add( in test_receiver_interceptor_packet_loss() localVariable