Home
last modified time | relevance | path

Searched refs:GetAttributeExecutorMsg (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dexecutor_message.h50 ResultCode GetAttributeExecutorMsg(const Attribute *attribute, Uint8Array *retMsg, SignParam signParam);
/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp127 ResultCode result = GetAttributeExecutorMsg(nullptr, &retData, signParam); in HWTEST_F()
129 result = GetAttributeExecutorMsg(attribute, nullptr, signParam); in HWTEST_F()
132 result = GetAttributeExecutorMsg(attribute, &retData, signParam); in HWTEST_F()
153 result = GetAttributeExecutorMsg(attribute, &retData, signParam); in HWTEST_F()
156 result = GetAttributeExecutorMsg(attribute, &retData, signParam); in HWTEST_F()
214 result = GetAttributeExecutorMsg(attribute, &retInfo, signParam); in HWTEST_F()
246 result = GetAttributeExecutorMsg(attribute, &msg, signParam); in HWTEST_F()
362 result = GetAttributeExecutorMsg(attribute, &retExtraInfo, signParam); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c116 ResultCode GetAttributeExecutorMsg(const Attribute *attribute, Uint8Array *retMsg, SignParam signParam) in GetAttributeExecutorMsg() function
461 result = GetAttributeExecutorMsg(attribute, &retInfo, signParam); in CreateExecutorMsg()
464 result = GetAttributeExecutorMsg(attribute, &retInfo, signParam); in CreateExecutorMsg()
467 LOG_ERROR("GetAttributeExecutorMsg failed"); in CreateExecutorMsg()
836 result = GetAttributeExecutorMsg(attribute, &retInfo, signParam); in CreateExecutorCollectMsg()
838 LOG_ERROR("GetAttributeExecutorMsg failed"); in CreateExecutorCollectMsg()
1126 result = GetAttributeExecutorMsg(attribute, &retInfo, signParam); in GetExecutorInfoTlv()
1128 LOG_ERROR("GetAttributeExecutorMsg failed"); in GetExecutorInfoTlv()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp210 if (GetAttributeExecutorMsg(attribute, retExtraInfo, signParam) != RESULT_SUCCESS) { in SetAttributeToCollectorExecMsg()
211 IAM_LOGE("GetAttributeExecutorMsg failed"); in SetAttributeToCollectorExecMsg()
297 if (GetAttributeExecutorMsg(attribute, retExtraInfo, signParam) != RESULT_SUCCESS) { in SetAttributeToVerifierExecMsg()
298 IAM_LOGE("GetAttributeExecutorMsg failed"); in SetAttributeToVerifierExecMsg()
334 if (GetAttributeExecutorMsg(attribute, &retExtraInfo, signParam) != RESULT_SUCCESS) { in SetAttributeToExtraInfo()
335 IAM_LOGE("GetAttributeExecutorMsg failed"); in SetAttributeToExtraInfo()
388 if (GetAttributeExecutorMsg(attribute, retExtraInfo, signParam) != RESULT_SUCCESS) { in SetAttributeToAllInOneExecMsg()
389 IAM_LOGE("GetAttributeExecutorMsg failed"); in SetAttributeToAllInOneExecMsg()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c216 if (GetAttributeExecutorMsg(attribute, &retInfo, signParam) != RESULT_SUCCESS) { in GenerateRemoteAuthResultMsg()
217 LOG_ERROR("GetAttributeExecutorMsg failed"); in GenerateRemoteAuthResultMsg()

Completed in 8 milliseconds