Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h57 static uint32_t GetCommLayerFrameHeaderLength();
H A Dprotocol_proto.cpp91 uint32_t ProtocolProto::GetCommLayerFrameHeaderLength() in GetCommLayerFrameHeaderLength() function in DistributedDB::ProtocolProto
188 int errCode = buffer->AllocBufferByPayloadLength(0, GetCommLayerFrameHeaderLength()); in BuildEmptyFrameForVersionNegotiate()
238 GetCommLayerFrameHeaderLength()); in BuildLabelExchange()
276 int errCode = buffer->AllocBufferByPayloadLength(payloadLen, GetCommLayerFrameHeaderLength()); in BuildLabelExchangeAck()
H A Dframe_combiner.cpp246 … ProtocolProto::GetCommLayerFrameHeaderLength() : ProtocolProto::GetAppLayerFrameHeaderLength(); in CreateNewFrameBuffer()