Lines Matching refs:ok
43 let ok = rt.start(); in test_ack_timer_start_and_stop() localVariable
44 assert!(ok, "start() should succeed"); in test_ack_timer_start_and_stop()
62 let ok = rt.start(); in test_ack_timer_start_and_stop() localVariable
63 assert!(ok, "start() should succeed again"); in test_ack_timer_start_and_stop()
237 let ok = rt.start(30).await; in test_rtx_timer_callback_interval() localVariable
238 assert!(ok, "should be true"); in test_rtx_timer_callback_interval()
262 let ok = rt.start(interval).await; in test_rtx_timer_last_start_wins() localVariable
263 assert!(ok, "should be accepted"); in test_rtx_timer_last_start_wins()
264 let ok = rt.start(interval * 99).await; // should ignored in test_rtx_timer_last_start_wins() localVariable
265 assert!(!ok, "should be ignored"); in test_rtx_timer_last_start_wins()
266 let ok = rt.start(interval * 99).await; // should ignored in test_rtx_timer_last_start_wins() localVariable
267 assert!(!ok, "should be ignored"); in test_rtx_timer_last_start_wins()
290 let ok = rt.start(interval).await; in test_rtx_timer_stop_right_after_start() localVariable
291 assert!(ok, "should be accepted"); in test_rtx_timer_stop_right_after_start()
315 let ok = rt.start(interval).await; in test_rtx_timer_start_stop_then_start() localVariable
316 assert!(ok, "should be accepted"); in test_rtx_timer_start_stop_then_start()
319 let ok = rt.start(interval).await; in test_rtx_timer_start_stop_then_start() localVariable
320 assert!(ok, "should be accepted"); in test_rtx_timer_start_stop_then_start()
344 let ok = rt.start(30).await; in test_rtx_timer_start_and_stop_in_atight_loop() localVariable
345 assert!(ok, "should be accepted"); in test_rtx_timer_start_and_stop_in_atight_loop()
381 let ok = rt.start(interval).await; in test_rtx_timer_should_stop_after_rtx_failure() localVariable
382 assert!(ok, "should be accepted"); in test_rtx_timer_should_stop_after_rtx_failure()
432 let ok = rt.start(interval).await; in test_rtx_timer_should_not_stop_if_max_retrans_is_zero() localVariable
433 assert!(ok, "should be accepted"); in test_rtx_timer_should_not_stop_if_max_retrans_is_zero()
475 let ok = rt.start(20).await; in test_rtx_timer_stop_timer_that_is_not_running_is_noop() localVariable
476 assert!(ok, "should be accepted"); in test_rtx_timer_stop_timer_that_is_not_running_is_noop()
497 let ok = rt.start(20).await; in test_rtx_timer_closed_timer_wont_start() localVariable
498 assert!(ok, "should be accepted"); in test_rtx_timer_closed_timer_wont_start()