Home
last modified time | relevance | path

Searched defs:packetLen (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Ddgram_socket_server.cpp24 uint16_t packetLen = 0; in RecvPacket() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd.cpp164 int32_t Clatd::MaybeCalculateL4Checksum(int packetLen, ClatdReadV6Buf &readBuf) in MaybeCalculateL4Checksum()
216 int packetLen = readLen - offsetof(ClatdReadV6Buf, payload); in ProcessV6Packet() local
250 const int packetLen = readLen - payloadOffset; in ProcessV4Packet() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_header.h32 uint32_t packetLen = 0; // Length of total packet, include CommHeader and Padding member
H A Dprotocol_proto.cpp433 void FillPhyHeaderLenInfo(uint32_t packetLen, uint64_t sum, uint8_t type, uint8_t paddingLen, CommP… in FillPhyHeaderLenInfo()
454 uint32_t packetLen = bufferByteLen.second; in SetPhyHeader() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp237 uint32_t packetLen) in Send()
1050 uint32_t packetLen = packet->CalculateLen(SingleVerDataSyncUtils::GetMessageId(syncType)); in SendDataPacket() local
1088 uint32_t packetLen = packet->CalculateLen(SingleVerDataSyncUtils::GetMessageId(syncType)); in SendPullResponseDataPkt() local
1351 …d SingleVerDataSync::SendResetWatchDogPacket(SingleVerSyncTaskContext *context, uint32_t packetLen) in SendResetWatchDogPacket()
1447 uint32_t packetLen = packet->CalculateLen(SingleVerDataSyncUtils::GetMessageId(syncType)); in SendReSendPacket() local
1905 uint32_t packetLen = packet->CalculateLen(); in SendControlPacket() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_utils.cpp283 void GenerateAdtsHeader(unsigned char* adtsHeader, uint32_t packetLen, uint32_t profile, uint32_t s… in GenerateAdtsHeader()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/
H A Dminimp4_demuxer_plugin.cpp294 unsigned int packetLen = frameSize + 7; in FillADTSHead() local
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c609 unsigned int packetLen = request->isoPacketDesc[packetIdx++].length; in OsAllocIsoUrbs() local
672 unsigned int packetLen = request->isoPacketDesc[i].length; in OsSubmitIsoRequest() local
H A Dliteos_adapter.c735 unsigned int packetLen = request->isoPacketDesc[packetIdx++].length; in OsAllocIsoUrbs() local
803 unsigned int packetLen = request->isoPacketDesc[i].length; in OsSubmitIsoRequest() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp392 uint32_t packetLen = 1; variable