Home
last modified time | relevance | path

Searched refs:time_received (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/database/
Dperboot.rs97 matches.sort_by_key(|x| x.0.time_received); in find_auth_token_entry()
/system/security/keystore2/src/
Denforcements.rs614 .checked_sub(&hat.time_received()) in authorize_create()
677 .checked_sub(&hat.time_received()) in authorize_create()
849 .checked_sub(&auth_token_entry.time_received()) in get_auth_tokens()
888 result.map(|auth_token_entry| auth_token_entry.time_received()) in get_last_auth_time()
Ddatabase.rs837 time_received: BootTime, field
841 fn new(auth_token: HardwareAuthToken, time_received: BootTime) -> Self { in new()
842 AuthTokenEntry { auth_token, time_received } in new()
864 pub fn time_received(&self) -> BootTime { in time_received() method
865 self.time_received in time_received()