Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h51 ResultCode GetSubType(uint64_t templateId, uint64_t *subType);
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp240 * @tc.name: GetSubType test
241 * @tc.desc: verify GetSubType
266 result = GetSubType(INVALID_TEMPLATE_ID, &subType); in HWTEST_F()
269 result = GetSubType(0, &subType); in HWTEST_F()
272 result = GetSubType(templateId, &subType); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c87 ResultCode result = GetSubType(templateId, &(algoParam->subType)); in DoAllInOneAuth()
89 LOG_ERROR("GetSubType fail!"); in DoAllInOneAuth()
H A Dverifier_func.c187 if (GetSubType(g_verifierSchedule->templateId, &subType) != RESULT_SUCCESS) { in SetVerifyAckDataPinParam()
188 LOG_ERROR("GetSubType fail!"); in SetVerifyAckDataPinParam()
H A Dexecutor_func_common.c334 ResultCode ret = GetSubType(templateId, subType); in GetSubTypeAndFreezeTime()
336 LOG_ERROR("GetSubType fail."); in GetSubTypeAndFreezeTime()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c708 ResultCode GetSubType(uint64_t templateId, uint64_t *subType) in GetSubType() function
726 LOG_INFO("GetSubType succ."); in GetSubType()

Completed in 5 milliseconds