Home
last modified time | relevance | path

Searched defs:MillisecondsSinceEpoch (Results 1 – 4 of 4) sorted by relevance

/system/authgraph/core/src/
Dtraits.rs240 fn now(&self) -> MillisecondsSinceEpoch; in now()
Dkey.rs158 pub struct MillisecondsSinceEpoch(pub i64); struct
/system/keymint/common/src/
Dcrypto.rs59 pub struct MillisecondsSinceEpoch(pub i64); struct
/system/keymint/common/src/crypto/
Dtraits.rs93 fn now(&self) -> MillisecondsSinceEpoch; in now()
533 fn now(&self) -> MillisecondsSinceEpoch { in now()