Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dwatchdog.rs101 if self.last_report.elapsed() < Watchdog::NOISY_REPORT_TIMEOUT { in log_report()
166 const NOISY_REPORT_TIMEOUT: Duration = Duration::from_secs(1); constant
270 (min(next_timeout, Self::NOISY_REPORT_TIMEOUT), false) in spawn_thread()
273 (true, None) => (Self::NOISY_REPORT_TIMEOUT, false), in spawn_thread()
307 let wd = Watchdog::new(Watchdog::NOISY_REPORT_TIMEOUT.checked_mul(3).unwrap()); in test_watchdog()
317 thread::sleep(Watchdog::NOISY_REPORT_TIMEOUT); in test_watchdog()
320 thread::sleep(Watchdog::NOISY_REPORT_TIMEOUT.checked_mul(4).unwrap()); in test_watchdog()