Home
last modified time | relevance | path

Searched refs:get_last_off_body (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/database/
Dperboot.rs106 pub fn get_last_off_body(&self) -> MonotonicRawTime { in get_last_off_body() method
/system/security/keystore2/src/
Ddatabase.rs3220 self.perboot.find_auth_token_entry(p).map(|entry| (entry, self.get_last_off_body())) in find_auth_token_entry()
3234 fn get_last_off_body(&self) -> MonotonicRawTime { in get_last_off_body() method
3235 self.perboot.get_last_off_body() in get_last_off_body()
5505 let last_off_body_1 = db.get_last_off_body(); in test_last_off_body()
5511 let last_off_body_2 = db.get_last_off_body(); in test_last_off_body()