Home
last modified time | relevance | path

Searched defs:WatchPoint (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/
Dwatchdog.rs34 pub struct WatchPoint { struct
37 not_send: PhantomData<*mut ()>, // WatchPoint must not be Send. argument
40 impl Drop for WatchPoint { implementation
192 ) -> Option<WatchPoint> { in watch_with_optional()
211 ) -> Option<WatchPoint> { in watch_with()
216 pub fn watch(wd: &Arc<Self>, id: &'static str, timeout: Duration) -> Option<WatchPoint> { in watch()
Dutils.rs252 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis()
262 ) -> Option<WatchPoint> { in watch_millis_with()
271 pub struct WatchPoint(); struct
273 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis()
281 ) -> Option<WatchPoint> { in watch_millis_with()
Dsecurity_level.rs105 fn watch_millis(&self, id: &'static str, millis: u64) -> Option<wd::WatchPoint> { in watch_millis()