Home
last modified time | relevance | path

Searched defs:watch_millis (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/
Dutils.rs252 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis() function
273 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis() function
Dsecurity_level.rs105 fn watch_millis(&self, id: &'static str, millis: u64) -> Option<wd::WatchPoint> { in watch_millis() method