Searched refs:CombinePacketIntoFrame (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | frame_combiner.cpp | 138 …int errCode = ProtocolProto::CombinePacketIntoFrame(oriWork.buffer, bytes, length, fragOffset, fra… in ContinueExistCombineWork() 180 …errCode = ProtocolProto::CombinePacketIntoFrame(work.buffer, bytes, length, fragOffset, fragLength… in CreateNewCombineWork()
|
H A D | protocol_proto.h | 77 …static int CombinePacketIntoFrame(SerialBuffer *inFrame, const uint8_t *pktBytes, uint32_t pktLeng…
|
H A D | protocol_proto.cpp | 358 int ProtocolProto::CombinePacketIntoFrame(SerialBuffer *inFrame, const uint8_t *pktBytes, uint32_t … in CombinePacketIntoFrame() function in DistributedDB::ProtocolProto
|