Home
last modified time | relevance | path

Searched defs:MonotonicRawTime (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()
110 pub fn set_last_off_body(&self, last_off_body: MonotonicRawTime) { in set_last_off_body()
/system/security/keystore2/src/
Ddatabase.rs775 pub struct MonotonicRawTime(i64); struct
777 impl MonotonicRawTime { implementation
799 impl ToSql for MonotonicRawTime { implementation
805 impl FromSql for MonotonicRawTime { implementation
844 pub fn time_received(&self) -> MonotonicRawTime { in time_received()
3224 pub fn insert_last_off_body(&self, last_off_body: MonotonicRawTime) { in insert_last_off_body()
3229 pub fn update_last_off_body(&self, last_off_body: MonotonicRawTime) { in update_last_off_body()
3234 fn get_last_off_body(&self) -> MonotonicRawTime { in get_last_off_body()