Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dserial_buffer.h36 int AllocBufferByPayloadLength(uint32_t inPayloadLen, uint32_t inHeaderLen);
H A Dprotocol_proto.cpp130 errCode = buffer->AllocBufferByPayloadLength(payLoadLength, GetAppLayerFrameHeaderLength()); in ToSerialBuffer()
188 int errCode = buffer->AllocBufferByPayloadLength(0, GetCommLayerFrameHeaderLength()); in BuildEmptyFrameForVersionNegotiate()
237 int errCode = buffer->AllocBufferByPayloadLength(static_cast<uint32_t>(payloadLen), in BuildLabelExchange()
276 int errCode = buffer->AllocBufferByPayloadLength(payloadLen, GetCommLayerFrameHeaderLength()); in BuildLabelExchangeAck()
H A Dserial_buffer.cpp45 int SerialBuffer::AllocBufferByPayloadLength(uint32_t inPayloadLen, uint32_t inHeaderLen) in AllocBufferByPayloadLength() function in DistributedDB::SerialBuffer