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.rs3169 self.perboot.find_auth_token_entry(p).map(|entry| (entry, self.get_last_off_body())) in find_auth_token_entry()
3183 fn get_last_off_body(&self) -> MonotonicRawTime { in get_last_off_body() method
3184 self.perboot.get_last_off_body() in get_last_off_body()
5433 let last_off_body_1 = db.get_last_off_body(); in test_last_off_body()
5439 let last_off_body_2 = db.get_last_off_body(); in test_last_off_body()