Home
last modified time | relevance | path

Searched refs:uint64Data (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c366 Uint8Array uint64Data = { (uint8_t *)&netOrderValue, sizeof(netOrderValue) }; in GetAttributeUint64() local
367 ResultCode getAttrResult = GetAttributeUint8Array(attribute, key, &uint64Data); in GetAttributeUint64()
369 IF_TRUE_LOGE_AND_RETURN_VAL(uint64Data.len != sizeof(netOrderValue), RESULT_GENERAL_ERROR); in GetAttributeUint64()
/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c384 Uint8Array uint64Data = { (uint8_t *)&netOrderValue, sizeof(netOrderValue) }; in GetAttributeUint64() local
385 ResultCode getAttrResult = GetAttributeUint8Array(attribute, key, &uint64Data); in GetAttributeUint64()
387 IF_TRUE_LOGE_AND_RETURN_VAL(uint64Data.len != sizeof(netOrderValue), GENERAL_ERROR); in GetAttributeUint64()

Completed in 3 milliseconds