Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp152 uint32_t fragLen = 0; in CreateNewCombineWork() local
154 int errCode = ProtocolProto::AnalyzeSplitStructure(inPacketInfo, fragLen, lastFragLen); in CreateNewCombineWork()
169 work.status.SetFragmentLen(fragLen); in CreateNewCombineWork()
H A Dprotocol_proto.h129 const uint8_t *fragBytes, uint32_t fragLen, FragmentPacket &outPacket);
H A Dprotocol_proto.cpp1033 const uint8_t *fragBytes, uint32_t fragLen, FragmentPacket &outPacket) in FillFragmentPacket() argument
1057 retCode = memcpy_s(ptrPacket, leftLength, fragBytes, fragLen); in FillFragmentPacket()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dpacket.h223 BTSTACK_API uint32_t PacketFragment(Packet *uplayer, const Packet *downlayer, uint32_t fragLen);