Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_v0.h36 uint64_t startFreezeTime; member
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp306 uint64_t startFreezeTime = 0; variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c690 …atic ResultCode SetAntiBruteInfoById(uint64_t templateId, uint32_t count, uint64_t startFreezeTime) in SetAntiBruteInfoById()
730 …sultCode GetAntiBruteInfo(uint64_t templateId, uint32_t *authErrorCount, uint64_t *startFreezeTime) in GetAntiBruteInfo()
813 …puteFreezeTime(uint64_t templateId, uint32_t *freezeTime, uint32_t count, uint64_t startFreezeTime) in ComputeFreezeTime()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c339 uint64_t startFreezeTime = INIT_START_FREEZE_TIMES; in GetSubTypeAndFreezeTime() local