Searched refs:attributePub (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 405 ResultCode GetAttributeUint8Array(const Attribute *attributePub, AttributeKey key, Uint8Array *retData)
in GetAttributeUint8Array() argument 407 IF_TRUE_LOGE_AND_RETURN_VAL(attributePub == NULL, RESULT_BAD_PARAM);
in GetAttributeUint8Array() 411 const AttributeImpl *attribute = (const AttributeImpl *)attributePub;
in GetAttributeUint8Array() 435 ResultCode SetAttributeUint8Array(Attribute *attributePub, AttributeKey key, const Uint8Array data)
in SetAttributeUint8Array() argument 437 IF_TRUE_LOGE_AND_RETURN_VAL(attributePub == NULL, RESULT_BAD_PARAM);
in SetAttributeUint8Array() 440 AttributeImpl *attribute = (AttributeImpl *)attributePub;
in SetAttributeUint8Array()
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 405 ResultCode GetAttributeUint8Array(const Attribute *attributePub, AttributeKey key, Uint8Array *retData)
in GetAttributeUint8Array() argument 407 IF_TRUE_LOGE_AND_RETURN_VAL(attributePub == NULL, INVALID_PARAMETERS);
in GetAttributeUint8Array() 411 const AttributeImpl *attribute = (const AttributeImpl *)attributePub;
in GetAttributeUint8Array() 434 ResultCode SetAttributeUint8Array(Attribute *attributePub, AttributeKey key, const Uint8Array data)
in SetAttributeUint8Array() argument 436 IF_TRUE_LOGE_AND_RETURN_VAL(attributePub == NULL, INVALID_PARAMETERS);
in SetAttributeUint8Array() 439 AttributeImpl *attribute = (AttributeImpl *)attributePub;
in SetAttributeUint8Array()
|
Completed in 3 milliseconds