Home
last modified time | relevance | path

Searched refs:GetAntiBruteInfo (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp280 * @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 Dpin_db.h52 ResultCode GetAntiBruteInfo(uint64_t templateId, uint32_t *authErrorCount, uint64_t *startFreezeTime);
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c340 ret = GetAntiBruteInfo(templateId, count, &startFreezeTime); in GetSubTypeAndFreezeTime()
342 LOG_ERROR("GetAntiBruteInfo fail."); in GetSubTypeAndFreezeTime()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c730 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