Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c29 AttributeKey g_attributeKeyArray[] = { variable
56 #define ATTRIBUTE_LEN (ARRAY_LENGTH(g_attributeKeyArray))
99 if (g_attributeKeyArray[i] == key) { in GetAttributeIndex()
288 ResultCode writeTypeResult = WriteUInt32ToMsg(retMsg, &writeIndex, g_attributeKeyArray[i]); in GetAttributeSerializedMsg()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c33 AttributeKey g_attributeKeyArray[] = { variable
75 #define ATTRIBUTE_LEN (ARRAY_LENGTH(g_attributeKeyArray))
118 if (g_attributeKeyArray[i] == key) { in GetAttributeIndex()
307 ResultCode writeTypeResult = WriteUInt32ToMsg(retMsg, &writeIndex, g_attributeKeyArray[i]); in GetAttributeSerializedMsg()