Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c324 Uint8Array uint32Data = { (uint8_t *)&netOrderValue, sizeof(netOrderValue) }; in GetAttributeUint32() local
325 ResultCode getAttrResult = GetAttributeUint8Array(attribute, key, &uint32Data); in GetAttributeUint32()
327 IF_TRUE_LOGE_AND_RETURN_VAL(uint32Data.len != sizeof(netOrderValue), RESULT_GENERAL_ERROR); in GetAttributeUint32()
/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c342 Uint8Array uint32Data = { (uint8_t *)&netOrderValue, sizeof(netOrderValue) }; in GetAttributeUint32() local
343 ResultCode getAttrResult = GetAttributeUint8Array(attribute, key, &uint32Data); in GetAttributeUint32()
345 IF_TRUE_LOGE_AND_RETURN_VAL(uint32Data.len != sizeof(netOrderValue), GENERAL_ERROR); in GetAttributeUint32()

Completed in 3 milliseconds