Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c480 Uint64Array *netOrderData = CreateUint64ArrayByData(data.data, data.len); in SetAttributeUint64Array() local
481 IF_TRUE_LOGE_AND_RETURN_VAL(netOrderData == NULL, RESULT_GENERAL_ERROR); in SetAttributeUint64Array()
485 Htonl64Array(netOrderData); in SetAttributeUint64Array()
486 if (netOrderData->len > UINT32_MAX / sizeof(uint64_t)) { in SetAttributeUint64Array()
491 (Uint8Array) { (uint8_t *)netOrderData->data, netOrderData->len * sizeof(uint64_t) }); in SetAttributeUint64Array()
498 DestroyUint64Array(&netOrderData); in SetAttributeUint64Array()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c480 Uint64Array *netOrderData = CreateUint64ArrayByData(data.data, data.len); in SetAttributeUint64Array() local
481 IF_TRUE_LOGE_AND_RETURN_VAL(netOrderData == NULL, GENERAL_ERROR); in SetAttributeUint64Array()
485 Htonl64Array(netOrderData); in SetAttributeUint64Array()
486 if (netOrderData->len > UINT32_MAX / sizeof(uint64_t)) { in SetAttributeUint64Array()
491 (Uint8Array) { (uint8_t *)netOrderData->data, netOrderData->len * sizeof(uint64_t) }); in SetAttributeUint64Array()
498 DestroyUint64Array(&netOrderData); in SetAttributeUint64Array()