Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp101 result = DelPinById(templateId);
152 result = DelPinById(templateId);
195 result = DelPinById(templateId);
235 result = DelPinById(templateId);
275 result = DelPinById(templateId);
322 result = DelPinById(templateId);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h47 ResultCode DelPinById(uint64_t templateId);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c144 ResultCode ret = DelPinById(templateId); in DoDeleteTemplate()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c264 ResultCode DelPinById(uint64_t templateId) in DelPinById() function
1064 ResultCode ret = DelPinById(g_pinDbOp->pinIndex[i].pinInfo.templateId); in VerifyTemplateDataPin()