Home
last modified time | relevance | path

Searched refs:remainAttempts (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/service_test/inc/
H A Dsignature_operation.h28 uint32_t remainAttempts; member
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp160 uint32_t remainAttempts) in GetDataTlvContent()
180 WriteTlv(ATTR_REMAIN_ATTEMPTS, sizeof(int32_t), (const uint8_t *)&remainAttempts, ret) != RESULT_SUCCESS || in GetDataTlvContent()
202 para.remainAttempts); in GenerateRetTlv()
159 GetDataTlvContent(uint32_t result, uint64_t scheduleId, uint64_t subType, uint64_t templatedId, uint32_t remainAttempts) GetDataTlvContent() argument
H A Duser_auth_interface_service_test.cpp112 para.remainAttempts = 5; in DoOnceEnroll()
139 para.remainAttempts = 5; in DoOnceAuth()
863 para.remainAttempts = 5; in HWTEST_F()
1288 para.remainAttempts = 0; in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dcoauth.h74 int32_t remainAttempts; member
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp110 property.remainAttempts = parcel.ReadInt32(); in FillFuzzProperty()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp131 property.remainAttempts = parcel.ReadInt32(); in FillFuzzProperty()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp131 property.remainAttempts = parcel.ReadInt32(); in FillFuzzProperty()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp559 } else if (info.remainAttempts == 0) { in CreateExecutorCommand()
606 infoOut.remainAttempts = infoIn.remainTimes; in CopyAuthResult()
1580 out->remainAttempts = in->remainAttempts; in CopyHdiAuthResultInfo()
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp347 property.remainAttempts = infoRet.remainTimes; in GetProperty()
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp143 authResultInfo.remainAttempts = parcel.ReadInt32(); in FillFuzzAuthResultInfo()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c1000 result = GetAttributeInt32(attribute, ATTR_REMAIN_ATTEMPTS, &(authResultInfo->remainAttempts)); in GetAuthResultInfoFromAttribute()
1002 LOG_ERROR("GetAttributeInt32 remainAttempts failed"); in GetAuthResultInfoFromAttribute()

Completed in 11 milliseconds