Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dwatchdog_helper.rs27 pub const DEFAULT_TIMEOUT_MS: u64 = 500; constant
29 const DEFAULT_TIMEOUT: Duration = Duration::from_millis(DEFAULT_TIMEOUT_MS);
Dsecurity_level.rs117 wd::watch_millis_with(id, wd::DEFAULT_TIMEOUT_MS, move || { in watch()