Home
last modified time | relevance | path

Searched refs:GetReadOnlyBytesForEntireBuffer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dserial_buffer.h59 std::pair<const uint8_t *, uint32_t> GetReadOnlyBytesForEntireBuffer() const;
H A Dserial_buffer.cpp229 std::pair<const uint8_t *, uint32_t> SerialBuffer::GetReadOnlyBytesForEntireBuffer() const in GetReadOnlyBytesForEntireBuffer() function in DistributedDB::SerialBuffer
H A Dprotocol_proto.cpp300 auto bufferBytesLen = inBuff->GetReadOnlyBytesForEntireBuffer(); in SplitFrameIntoPacketsIfNeed()
451 auto bufferByteLen = inBuff->GetReadOnlyBytesForEntireBuffer(); in SetPhyHeader()
H A Dcommunicator_aggregator.cpp963 …d::pair<const uint8_t *, uint32_t> tmpEntry = taskToSend.buffer->GetReadOnlyBytesForEntireBuffer(); in SendOnceData()