Home
last modified time | relevance | path

Searched refs:VerifyTemplateDataPin (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h54 ResultCode VerifyTemplateDataPin(const uint64_t *templateIdList, uint32_t templateIdListLen);
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp336 uint32_t result = VerifyTemplateDataPin(&templateIdList[0], templateIdListLen);
339 result = VerifyTemplateDataPin(nullptr, 1);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c207 ResultCode ret = VerifyTemplateDataPin(templateIdList, templateIdListLen); in DoSetAllInOneFwkParam()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c1049 ResultCode VerifyTemplateDataPin(const uint64_t *templateIdList, uint32_t templateIdListLen) in VerifyTemplateDataPin() function