Home
last modified time | relevance | path

Searched refs:GetAttributeLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/inc/
H A Dattribute.h73 ResultCode GetAttributeLength(const Attribute *attribute, AttributeKey key, uint32_t *len);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c48 int32_t result = GetAttributeLength(attribute, key, &len); in GetBufferFromAttributeBase()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c387 ResultCode GetAttributeLength(const Attribute *attribute, AttributeKey key, uint32_t *len) in GetAttributeLength() function