Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
Dframe_header.h32 uint32_t packetLen = 0; // Length of total packet, include CommHeader and Padding member
Dprotocol_proto.cpp430 void FillPhyHeaderLenInfo(uint32_t packetLen, uint64_t sum, uint8_t type, uint8_t paddingLen, CommP… in FillPhyHeaderLenInfo()
451 uint32_t packetLen = bufferByteLen.second; in SetPhyHeader() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
Dav_trans_utils.cpp257 void GenerateAdtsHeader(unsigned char* adtsHeader, uint32_t packetLen, uint32_t profile, uint32_t s… in GenerateAdtsHeader()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
Dsingle_ver_data_sync.cpp237 uint32_t packetLen) in Send()
1038 uint32_t packetLen = packet->CalculateLen(SingleVerDataSyncUtils::GetMessageId(syncType)); in SendDataPacket() local
1075 uint32_t packetLen = packet->CalculateLen(SingleVerDataSyncUtils::GetMessageId(syncType)); in SendPullResponseDataPkt() local
1333 …d SingleVerDataSync::SendResetWatchDogPacket(SingleVerSyncTaskContext *context, uint32_t packetLen) in SendResetWatchDogPacket()
1420 uint32_t packetLen = packet->CalculateLen(SingleVerDataSyncUtils::GetMessageId(syncType)); in SendReSendPacket() local
1871 uint32_t packetLen = packet->CalculateLen(); in SendControlPacket() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/
Dminimp4_demuxer_plugin.cpp294 unsigned int packetLen = frameSize + 7; in FillADTSHead() local