Home
last modified time | relevance | path

Searched refs:nowTime (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c63 uint64_t nowTime = GetReeTime(); in GenerateSolutionFunc() local
64 if (nowTime > authContext->authExpiredSysTime) { in GenerateSolutionFunc()
446 uint64_t nowTime = GetReeTime(); in GetAvailableStatusFunc() local
447 if (nowTime > expiredInfo.pinExpiredPeriod + expiredInfo.pinEnrolledSysTime) { in GetAvailableStatusFunc()
/drivers/hdf_core/adapter/platform/uart/
H A 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/
H A Dpin_db.c896 uint64_t nowTime = GetRtcTime(); in UpdateAntiBruteFile() local
906 ret = SetAntiBruteInfoById(templateId, errorCount, nowTime); in UpdateAntiBruteFile()

Completed in 4 milliseconds