Home
last modified time | relevance | path

Searched refs:nowTime (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/platform/uart/
Duart_bes.c232 uint32_t nowTime; in HalUartRecv() local
261 nowTime = TICKS_TO_MS(hal_sys_timer_get()); in HalUartRecv()
262 if ((uint32_t)(nowTime - beginTime) >= timeOut) { in HalUartRecv()
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c1099 uint64_t nowTime = GetRtcTime(); in UpdateAntiBruteFile() local
1109 ret = SetAntiBruteInfoById(templateId, errorCount, nowTime); in UpdateAntiBruteFile()