Home
last modified time | relevance | path

Searched refs:DoQueryPinInfo (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dall_in_one_func_test.cpp109 * @tc.name: DoQueryPinInfo test
110 * @tc.desc: verify DoQueryPinInfo
119 uint32_t result = DoQueryPinInfo(INVALID_TEMPLATE_ID, pinCredentialInfo); in HWTEST_F()
122 result = DoQueryPinInfo(0, nullptr); in HWTEST_F()
125 result = DoQueryPinInfo(0, pinCredentialInfo); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dexecutor_func_common.h81 int32_t DoQueryPinInfo(uint64_t templateId, PinCredentialInfos *pinCredentialInfo);
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c109 ResultCode ret = DoQueryPinInfo(pinAuthParam->templateId, &pinCredentialInfo); in DoAuthPin()
111 LOG_ERROR("DoQueryPinInfo fail."); in DoAuthPin()
H A Dverifier_func.c306 result = DoQueryPinInfo(templateId, &pinCredentialInfo); in DoVerifierAuth()
308 LOG_ERROR("DoQueryPinInfo fail!"); in DoVerifierAuth()
462 ResultCode ret = DoQueryPinInfo(g_verifierSchedule->templateId, &pinCredentialInfo); in AuthPin()
464 LOG_ERROR("DoQueryPinInfo fail."); in AuthPin()
H A Dexecutor_func_common.c354 int32_t DoQueryPinInfo(uint64_t templateId, PinCredentialInfos *pinCredentialInfo) in DoQueryPinInfo() function
388 int32_t queryPinResult = DoQueryPinInfo(templateId, &pinCredentialInfo); in SetResultDataInfo()
H A Dpin_auth.cpp251 int32_t result = DoQueryPinInfo(templateId, &pinCredentialInfosRet); in QueryPinInfo()
253 LOG_ERROR("DoQueryPinInfo fail!"); in QueryPinInfo()

Completed in 4 milliseconds