Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h54 ResultCode VerifyTemplateDataPin(const uint64_t *templateIdList, uint32_t templateIdListLen);
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c207 ResultCode ret = VerifyTemplateDataPin(templateIdList, templateIdListLen); in DoSetAllInOneFwkParam()
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp327 * @tc.name: VerifyTemplateDataPin test
328 * @tc.desc: verify VerifyTemplateDataPin
336 uint32_t result = VerifyTemplateDataPin(&templateIdList[0], templateIdListLen); in HWTEST_F()
339 result = VerifyTemplateDataPin(nullptr, 1); in HWTEST_F()
/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
1070 LOG_INFO("VerifyTemplateDataPin succ."); in VerifyTemplateDataPin()

Completed in 4 milliseconds