Home
last modified time | relevance | path

Searched refs:PacketFastHead (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.h147 } PacketFastHead; typedef
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c933 static void FastDataPackPacketHead(PacketFastHead *data) in FastDataPackPacketHead()
948 dataInfo->outLen = dataInfo->inLen + OVERHEAD_LEN + sizeof(PacketFastHead); in TransProxyPackFastDataHead()
958 …dataInfo->inLen, (char*)dataInfo->outData + sizeof(PacketFastHead), &cipherLength) != SOFTBUS_OK) { in TransProxyPackFastDataHead()
964 PacketFastHead *pktHead = (PacketFastHead*)dataInfo->outData; in TransProxyPackFastDataHead()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_message_test.cpp841 PacketFastHead *data = (PacketFastHead *)SoftBusCalloc(sizeof(PacketFastHead));