Home
last modified time | relevance | path

Searched refs:SliceFastHead (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h29 #define FAST_EXT_BYTE_SIZE (OVERHEAD_LEN + sizeof(PacketFastHead) + sizeof(SliceFastHead) + sizeof(…
30 #define FAST_EXT_MSG_SIZE (OVERHEAD_LEN + sizeof(PacketFastHead) + sizeof(SliceFastHead))
H A Dsoftbus_proxychannel_message.h154 } SliceFastHead; typedef
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c974 static void FastDataPackSliceHead(SliceFastHead *data) in FastDataPackSliceHead()
1039 char *sliceData = (char *)SoftBusMalloc(dataInfo.outLen + sizeof(SliceFastHead)); in TransProxyPackFastData()
1046 SliceFastHead *slicehead = (SliceFastHead*)sliceData; in TransProxyPackFastData()
1051 …if (memcpy_s(sliceData + sizeof(SliceFastHead), dataInfo.outLen, dataInfo.outData, dataInfo.outLen… in TransProxyPackFastData()
1058 *outLen = dataInfo.outLen + sizeof(SliceFastHead); in TransProxyPackFastData()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_message_test.cpp788 SliceFastHead *data = (SliceFastHead *)SoftBusCalloc(sizeof(SliceFastHead));