Lines Matching refs:Attribute

195 IAM_STATIC ResultCode ParseAttributeSerializedMsgInner(Attribute *attribute, const Uint8Array msg,  in ParseAttributeSerializedMsgInner()
222 IAM_STATIC ResultCode ParseAttributeSerializedMsg(Attribute *attribute, const Uint8Array msg) in ParseAttributeSerializedMsg()
264 Attribute *CreateEmptyAttribute(void) in CreateEmptyAttribute()
273 Attribute *CreateAttributeFromSerializedMsg(const Uint8Array msg) in CreateAttributeFromSerializedMsg()
277 Attribute *attribute = CreateEmptyAttribute(); in CreateAttributeFromSerializedMsg()
286 FreeAttribute((Attribute **)&attribute); in CreateAttributeFromSerializedMsg()
293 ResultCode GetAttributeSerializedMsg(const Attribute *attributePublic, Uint8Array *retMsg) in GetAttributeSerializedMsg()
325 void FreeAttribute(Attribute **attribute) in FreeAttribute()
337 ResultCode GetAttributeUint32(const Attribute *attribute, AttributeKey key, uint32_t *value) in GetAttributeUint32()
352 ResultCode SetAttributeUint32(Attribute *attribute, AttributeKey key, const uint32_t value) in SetAttributeUint32()
364 ResultCode GetAttributeInt32(const Attribute *attribute, AttributeKey key, int32_t *retValue) in GetAttributeInt32()
372 ResultCode SetAttributeInt32(Attribute *attribute, AttributeKey key, const int32_t value) in SetAttributeInt32()
379 ResultCode GetAttributeUint64(const Attribute *attribute, AttributeKey key, uint64_t *retValue) in GetAttributeUint64()
394 ResultCode SetAttributeUint64(Attribute *attribute, AttributeKey key, const uint64_t value) in SetAttributeUint64()
406 ResultCode GetAttributeUint8Array(const Attribute *attributePub, AttributeKey key, Uint8Array *retD… in GetAttributeUint8Array()
435 ResultCode SetAttributeUint8Array(Attribute *attributePub, AttributeKey key, const Uint8Array data) in SetAttributeUint8Array()
456 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retDa… in GetAttributeUint64Array()
475 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data) in SetAttributeUint64Array()