Home
last modified time | relevance | path

Searched defs:timer_id (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/timer/
H A Dtimer_test.rs176 timer_id: RtxTimerId, field
225 let timer_id = RtxTimerId::T1Init; in test_rtx_timer_callback_interval() localVariable
252 let timer_id = RtxTimerId::T3RTX; in test_rtx_timer_last_start_wins() localVariable
280 let timer_id = RtxTimerId::T3RTX; in test_rtx_timer_stop_right_after_start() localVariable
305 let timer_id = RtxTimerId::T1Cookie; in test_rtx_timer_start_stop_then_start() localVariable
334 let timer_id = RtxTimerId::T2Shutdown; in test_rtx_timer_start_and_stop_in_atight_loop() localVariable
360 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_should_stop_after_rtx_failure() localVariable
409 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_should_not_stop_if_max_retrans_is_zero() localVariable
462 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_stop_timer_that_is_not_running_is_noop() localVariable
488 let timer_id = RtxTimerId::Reconfig; in test_rtx_timer_closed_timer_wont_start() localVariable
/webrtc/turn/src/client/periodic_timer/
H A Dperiodic_timer_test.rs15 let timer_id = TimerIdRefresh::Perms; in test_periodic_timer() localVariable