Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dserial_buffer.h55 std::pair<uint8_t *, uint32_t> GetWritableBytesForEntireFrame();
H A Dserial_buffer.cpp201 std::pair<uint8_t *, uint32_t> SerialBuffer::GetWritableBytesForEntireFrame() in GetWritableBytesForEntireFrame() function in DistributedDB::SerialBuffer
H A Dprotocol_proto.cpp367 auto frameByteLen = inFrame->GetWritableBytesForEntireFrame(); in CombinePacketIntoFrame()