Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/database/inc/
Dpin_db.h108 ResultCode GetSubType(uint64_t templateId, uint64_t *subType);
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/database/src/
Dpin_db_test.cpp261 result = GetSubType(INVALID_TEMPLATE_ID, &subType);
264 result = GetSubType(0, &subType);
267 result = GetSubType(templateId, &subType);
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dpin_func.c53 ResultCode ret = GetSubType(templateId, subType); in GetSubTypeAndFreezeTime()
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c951 ResultCode GetSubType(uint64_t templateId, uint64_t *subType) in GetSubType() function