Searched refs:time_sent (Results 1 – 2 of 2) sorted by relevance
334 let time_sent = Instant::now(); in test_indication_timeout() localVariable354 let time_slept = Instant::now().duration_since(time_sent); in test_indication_timeout()
290 let time_sent = Instant::now(); in test_response_timeout() localVariable299 let time_slept = Instant::now().duration_since(time_sent); in test_response_timeout()