Home
last modified time | relevance | path

Searched refs:CombinePacketIntoFrame (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp138 …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 Dprotocol_proto.h77 …static int CombinePacketIntoFrame(SerialBuffer *inFrame, const uint8_t *pktBytes, uint32_t pktLeng…
H A Dprotocol_proto.cpp358 int ProtocolProto::CombinePacketIntoFrame(SerialBuffer *inFrame, const uint8_t *pktBytes, uint32_t … in CombinePacketIntoFrame() function in DistributedDB::ProtocolProto