Searched refs:watch_millis (Results 1 – 3 of 3) sorted by relevance
37 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis() function63 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis() function
110 fn watch_millis(&self, id: &'static str, millis: u64) -> Option<wd::WatchPoint> { in watch_millis() method577 let _wp = self.watch_millis( in generate_key()593 let _wp = self.watch_millis( in generate_key()615 let _wp = self.watch_millis( in generate_key()1011 let _wp = self.watch_millis("IKeystoreSecurityLevel::generateKey", 5000); in generateKey()
338 let _wp = wd::watch_millis("IProtectedConfirmation::presentPrompt", 3000); in presentPrompt()