Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/main/src/
Dpin_func.c82 uint32_t authErrorConut = INIT_AUTH_ERROR_COUNT; in DoAuthPin() local
121 uint32_t authErrorConut = INIT_AUTH_ERROR_COUNT; in DoQueryPinInfo() local
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/database/src/
Dpin_db_test.cpp285 uint32_t authErrorConut = 0; variable
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c933 ResultCode GetAntiBruteInfo(uint64_t templateId, uint32_t *authErrorConut, uint64_t *startFreezeTim… in GetAntiBruteInfo()
959 static uint64_t ExponentialFuncTime(uint32_t authErrorConut) in ExponentialFuncTime()
969 static uint64_t GetWaitTime(const uint32_t authErrorConut) in GetWaitTime()
1034 …sultCode GetRemainTimes(uint64_t templateId, uint32_t *remainingAuthTimes, uint32_t authErrorConut) in GetRemainTimes()
/drivers/peripheral/pin_auth/hdi_service/database/inc/
Dpin_db.h83 uint32_t authErrorConut; member