Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_v0.h35 uint32_t authErrorCount; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c730 ResultCode GetAntiBruteInfo(uint64_t templateId, uint32_t *authErrorCount, uint64_t *startFreezeTim… in GetAntiBruteInfo()
753 static uint64_t ExponentialFuncTime(uint32_t authErrorCount) in ExponentialFuncTime()
763 static uint64_t GetWaitTime(uint32_t authErrorCount) in GetWaitTime()
789 int32_t GetNextFailLockoutDuration(uint32_t authErrorCount) in GetNextFailLockoutDuration()
856 …sultCode GetRemainTimes(uint64_t templateId, uint32_t *remainingAuthTimes, uint32_t authErrorCount) in GetRemainTimes()
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp305 uint32_t authErrorCount = 0; variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c360 uint32_t authErrorCount = INIT_AUTH_ERROR_COUNT; in DoQueryPinInfo() local