Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c392 const AttributeImpl *attributePri = (const AttributeImpl *)attribute; in GetAttributeLength() local
397 if (attributePri->values[attributeIndex] == NULL) { in GetAttributeLength()
401 *len = attributePri->values[attributeIndex]->len; in GetAttributeLength()