Lines Matching defs: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()
265 AttributeImpl *attribute = Malloc(sizeof(AttributeImpl)); in CreateEmptyAttribute() local
276 Attribute *attribute = CreateEmptyAttribute(); in CreateAttributeFromSerializedMsg() local
298 const AttributeImpl *attribute = (const AttributeImpl *)attributePublic; in GetAttributeSerializedMsg() local
324 void FreeAttribute(Attribute **attribute) in FreeAttribute()
336 ResultCode GetAttributeUint32(const Attribute *attribute, AttributeKey key, uint32_t *value) in GetAttributeUint32()
351 ResultCode SetAttributeUint32(Attribute *attribute, AttributeKey key, const uint32_t value) in SetAttributeUint32()
363 ResultCode GetAttributeInt32(const Attribute *attribute, AttributeKey key, int32_t *retValue) in GetAttributeInt32()
371 ResultCode SetAttributeInt32(Attribute *attribute, AttributeKey key, const int32_t value) in SetAttributeInt32()
378 ResultCode GetAttributeUint64(const Attribute *attribute, AttributeKey key, uint64_t *retValue) in GetAttributeUint64()
393 ResultCode SetAttributeUint64(Attribute *attribute, AttributeKey key, const uint64_t value) in SetAttributeUint64()
411 const AttributeImpl *attribute = (const AttributeImpl *)attributePub; in GetAttributeUint8Array() local
439 AttributeImpl *attribute = (AttributeImpl *)attributePub; in SetAttributeUint8Array() local
455 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retDa… in GetAttributeUint64Array()
474 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data) in SetAttributeUint64Array()