Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c122 Attribute *rootAttribute = CreateEmptyAttribute(); in GetAttributeExecutorMsg() local
127 if (rootAttribute == NULL || IS_ARRAY_NULL(dataAndSignTlv)) { in GetAttributeExecutorMsg()
137 result = SetAttributeUint8Array(rootAttribute, ATTR_ROOT, dataAndSignTlv); in GetAttributeExecutorMsg()
142 result = GetAttributeSerializedMsg(rootAttribute, retMsg); in GetAttributeExecutorMsg()
150 FreeAttribute(&rootAttribute); in GetAttributeExecutorMsg()