Lines Matching refs:Attribute
195 IAM_STATIC ResultCode ParseAttributeSerializedMsgInner(Attribute *attribute, const Uint8Array msg,
222 IAM_STATIC ResultCode ParseAttributeSerializedMsg(Attribute *attribute, const Uint8Array msg)
263 Attribute *CreateEmptyAttribute(void)
272 Attribute *CreateAttributeFromSerializedMsg(const Uint8Array msg)
276 Attribute *attribute = CreateEmptyAttribute();
285 FreeAttribute((Attribute **)&attribute);
292 ResultCode GetAttributeSerializedMsg(const Attribute *attributePublic, Uint8Array *retMsg)
324 void FreeAttribute(Attribute **attribute)
336 ResultCode GetAttributeUint32(const Attribute *attribute, AttributeKey key, uint32_t *value)
351 ResultCode SetAttributeUint32(Attribute *attribute, AttributeKey key, const uint32_t value)
363 ResultCode GetAttributeInt32(const Attribute *attribute, AttributeKey key, int32_t *retValue)
371 ResultCode SetAttributeInt32(Attribute *attribute, AttributeKey key, const int32_t value)
378 ResultCode GetAttributeUint64(const Attribute *attribute, AttributeKey key, uint64_t *retValue)
393 ResultCode SetAttributeUint64(Attribute *attribute, AttributeKey key, const uint64_t value)
405 ResultCode GetAttributeUint8Array(const Attribute *attributePub, AttributeKey key, Uint8Array *retData)
434 ResultCode SetAttributeUint8Array(Attribute *attributePub, AttributeKey key, const Uint8Array data)
455 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData)
474 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data)