Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Djpeg_mpf_parser.cpp297 uint32_t attributeData = 0; in WriteMPEntryToBytes() local
300 attributeData = 0x20030000; in WriteMPEntryToBytes()
302 ImageUtils::Uint32ToBytes(attributeData, bytes, offset); in WriteMPEntryToBytes()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c287 MEM_MALLOC.free(valueList->readGroupResponse.attributeData[index].attributeValue); in AttReadFree()
294 MEM_MALLOC.free(valueList->readGroupResponse.attributeData); in AttReadFree()
316 …attReadPtr->readGroupResponse.attributeData[indexNum].attributeValue = MEM_MALLOC.alloc(len - STEP… in AttReadAttrAssign()
317 attReadPtr->readGroupResponse.attributeData[indexNum].attHandle = ((uint16_t *)data)[0]; in AttReadAttrAssign()
318 …attReadPtr->readGroupResponse.attributeData[indexNum].groupEndHandle = ((uint16_t *)(data + STEP_T… in AttReadAttrAssign()
319 (void)memcpy_s(attReadPtr->readGroupResponse.attributeData[indexNum].attributeValue, in AttReadAttrAssign()
1280 attReadObj.readGroupResponse.attributeData = (AttReadGoupAttributeData *)MEM_MALLOC.alloc( in AttReadByGroupTypeResponse()
H A Datt_send_response.c1033 …MEM_MALLOC.free(attReadByGroupResponseAsyncPtr->attReadGroupResContext.attributeData[index].attrib… in AttReadByGroupTypeResponseAsyncFree()
1035 MEM_MALLOC.free(attReadByGroupResponseAsyncPtr->attReadGroupResContext.attributeData); in AttReadByGroupTypeResponseAsyncFree()
1087 &(attReadByGroupResponseAsyncPtr->attReadGroupResContext.attributeData[index]), in AttReadByGroupTypeResponseAsync()
1091 … attReadByGroupResponseAsyncPtr->attReadGroupResContext.attributeData[index].attributeValue, in AttReadByGroupTypeResponseAsync()
1165 attReadByGroupResAsyncPtr->attReadGroupResContext.attributeData = attReadGroupAttrDataPtr; in ATT_ReadByGroupTypeResponse()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h262 AttReadGoupAttributeData *attributeData; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp1249 … startHandle = (data->attReadByGroupTypeResponse.readGroupResponse.attributeData + i)->attHandle; in DiscoverAllPrimaryServiceParsing()
1250 …endHandle = (data->attReadByGroupTypeResponse.readGroupResponse.attributeData + i)->groupEndHandle; in DiscoverAllPrimaryServiceParsing()
1254 (data->attReadByGroupTypeResponse.readGroupResponse.attributeData + i)->attributeValue, in DiscoverAllPrimaryServiceParsing()