Searched refs:attributePub (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | attribute.c | 405 ResultCode GetAttributeUint8Array(const Attribute *attributePub, AttributeKey key, Uint8Array *retD… 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()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 406 ResultCode GetAttributeUint8Array(const Attribute *attributePub, AttributeKey key, Uint8Array *retD… in GetAttributeUint8Array() argument 408 IF_TRUE_LOGE_AND_RETURN_VAL(attributePub == NULL, INVALID_PARAMETERS); in GetAttributeUint8Array() 412 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, INVALID_PARAMETERS); in SetAttributeUint8Array() 440 AttributeImpl *attribute = (AttributeImpl *)attributePub; in SetAttributeUint8Array()
|