Home
last modified time | relevance | path

Searched refs:templateIdsIn (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp271 Uint64Array templateIdsIn = {info.templateIds.data(), info.templateIds.size()}; in SetAttributeToVerifierExecMsg() local
272 if (SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, templateIdsIn) != RESULT_SUCCESS) { in SetAttributeToVerifierExecMsg()
273 IAM_LOGE("SetAttributeUint64Array templateIdsIn failed"); in SetAttributeToVerifierExecMsg()
315 Uint64Array templateIdsIn = {info.templateIds.data(), info.templateIds.size()}; in SetAttributeToExtraInfo() local
316 if (SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, templateIdsIn) != RESULT_SUCCESS) { in SetAttributeToExtraInfo()
317 IAM_LOGE("SetAttributeUint64Array templateIdsIn failed"); in SetAttributeToExtraInfo()
361 Uint64Array templateIdsIn = {info.templateIds.data(), info.templateIds.size()}; in SetAttributeToAllInOneExecMsg() local
362 if (SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, templateIdsIn) != RESULT_SUCCESS) { in SetAttributeToAllInOneExecMsg()
363 IAM_LOGE("SetAttributeUint64Array templateIdsIn failed"); in SetAttributeToAllInOneExecMsg()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c422 Uint64Array templateIdsIn = { templateIds->data, templateIds->len }; in SetExecutorMsgToAttribute() local
423 result = SetAttributeUint64Array(attribute, ATTR_TEMPLATE_ID_LIST, templateIdsIn); in SetExecutorMsgToAttribute()
425 LOG_ERROR("SetAttributeUint64Array templateIdsIn failed"); in SetExecutorMsgToAttribute()

Completed in 5 milliseconds