Home
last modified time | relevance | path

Searched refs:outPieces (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h73 std::vector<std::pair<std::vector<uint8_t>, uint32_t>> &outPieces);
127 … CommPhyHeader &framePhyHeader, std::vector<std::pair<std::vector<uint8_t>, uint32_t>> &outPieces);
H A Dprotocol_proto.cpp298 std::vector<std::pair<std::vector<uint8_t>, uint32_t>> &outPieces) in SplitFrameIntoPacketsIfNeed() argument
319 …rameFragmentation(frameBytesLen.first + sizeof(CommPhyHeader), fragInfo, *oriPhyHeader, outPieces); in SplitFrameIntoPacketsIfNeed()
953 …t CommPhyHeader &framePhyHeader, std::vector<std::pair<std::vector<uint8_t>, uint32_t>> &outPieces) in FrameFragmentation() argument
959 outPieces.resize(fragmentInfo.fragCount); // Note: should use resize other than reserve in FrameFragmentation()
965 for (auto &entry : outPieces) { in FrameFragmentation()