Home
last modified time | relevance | path

Searched defs:DateTime (Results 1 – 2 of 2) sorted by relevance

/system/keymint/wire/src/
Dkeymint.rs89 pub struct DateTime { struct
93 impl AsCborValue for DateTime { argument
/system/security/keystore2/src/
Ddatabase.rs359 pub struct DateTime(i64); struct
378 impl DateTime { impl
401 impl ToSql for DateTime { implementation
407 impl FromSql for DateTime { implementation
413 impl TryInto<SystemTime> for DateTime { implementation
443 impl TryFrom<SystemTime> for DateTime { implementation