Home
last modified time | relevance | path

Searched defs:Instant (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/
H A Dsys_event.rs65 pub(crate) fn upload_statistic_system_event(calling_info: &CallingInfo, start_time: Instant, func_n… in upload_statistic_system_event()
87 start_time: Instant, in upload_fault_system_event()
113 start_time: Instant, in upload_system_event()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dtimer.rs77 pub fn timer_at(start: Instant, period: Duration) -> Timer { in timer_at()
138 pub async fn next_period(&mut self) -> Instant { in next_period()
142 fn poll_next_period(&mut self, cx: &mut Context<'_>) -> Poll<Instant> { in poll_next_period()
H A Ddriver.rs49 pub(crate) fn start_time(&self) -> Instant { in start_time()
H A Dsleep.rs173 pub(crate) fn deadline(&self) -> Instant { in deadline()
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dcrypto.rs178 pub(crate) fn start_time(&self) -> &Instant { in start_time()