Searched refs:time_received (Results 1 – 3 of 3) sorted by relevance
102 matches.sort_by_key(|x| x.0.time_received); in find_auth_token_entry()
656 .checked_sub(&hat.time_received()) in authorize_create()663 let on_body_extended = allow_while_on_body && last_off_body < hat.time_received(); in authorize_create()830 .checked_sub(&auth_token_entry.time_received()) in get_auth_tokens()
787 time_received: MonotonicRawTime, field791 fn new(auth_token: HardwareAuthToken, time_received: MonotonicRawTime) -> Self { in new()792 AuthTokenEntry { auth_token, time_received } in new()814 pub fn time_received(&self) -> MonotonicRawTime { in time_received() method815 self.time_received in time_received()