Searched refs:GetAntiBruteInfo (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
H A D | pin_db_test.cpp | 280 * @tc.name: GetAntiBruteInfo test 281 * @tc.desc: verify GetAntiBruteInfo 307 result = GetAntiBruteInfo(INVALID_TEMPLATE_ID, &authErrorCount, &startFreezeTime); in HWTEST_F() 310 result = GetAntiBruteInfo(templateId, nullptr, &startFreezeTime); in HWTEST_F() 313 result = GetAntiBruteInfo(templateId, &authErrorCount, nullptr); in HWTEST_F() 316 result = GetAntiBruteInfo(0, &authErrorCount, &startFreezeTime); in HWTEST_F() 319 result = GetAntiBruteInfo(templateId, &authErrorCount, &startFreezeTime); in HWTEST_F()
|
/drivers/peripheral/pin_auth/hdi_service/database/inc/ |
H A D | pin_db.h | 52 ResultCode GetAntiBruteInfo(uint64_t templateId, uint32_t *authErrorCount, uint64_t *startFreezeTime);
|
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | executor_func_common.c | 340 ret = GetAntiBruteInfo(templateId, count, &startFreezeTime); in GetSubTypeAndFreezeTime() 342 LOG_ERROR("GetAntiBruteInfo fail."); in GetSubTypeAndFreezeTime()
|
/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 730 ResultCode GetAntiBruteInfo(uint64_t templateId, uint32_t *authErrorCount, uint64_t *startFreezeTime) in GetAntiBruteInfo() function 733 LOG_ERROR("check GetAntiBruteInfo param fail!"); in GetAntiBruteInfo() 749 LOG_INFO("GetAntiBruteInfo succ."); in GetAntiBruteInfo()
|
Completed in 4 milliseconds