Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h99 uint32_t GetPaddingLen() const in GetPaddingLen() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp348 inResult.GetPaddingLen()) != inResult.GetPacketLen()) { in AnalyzeSplitStructure()
350 …PaddingLen=%" PRIu32 ", PacketLen=%" PRIu32, frameLen, fragCount, fragNo, inResult.GetPaddingLen(), in AnalyzeSplitStructure()
849 inResult.GetPaddingLen() != inResult.GetPacketLen()) { in ParseCommDivergeHeader()
H A Dcommunicator_aggregator.cpp635 int errCode = buffer->SetExternalBuff(bytes, length - inResult.GetPaddingLen(), in OnAppLayerFrameReceive()