Home
last modified time | relevance | path

Searched refs:NOISY_REPORT_TIMEOUT (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/watchdog/src/
Dlib.rs101 if self.last_report.elapsed() < Watchdog::NOISY_REPORT_TIMEOUT { in log_report()
200 const NOISY_REPORT_TIMEOUT: Duration = Duration::from_secs(1); constant
304 (min(next_timeout, Self::NOISY_REPORT_TIMEOUT), false) in spawn_thread()
307 (true, None) => (Self::NOISY_REPORT_TIMEOUT, false), in spawn_thread()
341 let wd = Watchdog::new(Watchdog::NOISY_REPORT_TIMEOUT.checked_mul(3).unwrap()); in test_watchdog()
351 thread::sleep(Watchdog::NOISY_REPORT_TIMEOUT); in test_watchdog()
354 thread::sleep(Watchdog::NOISY_REPORT_TIMEOUT.checked_mul(4).unwrap()); in test_watchdog()