Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dserial_buffer.h60 std::pair<const uint8_t *, uint32_t> GetReadOnlyBytesForEntireFrame() const;
H A Dserial_buffer.cpp240 std::pair<const uint8_t *, uint32_t> SerialBuffer::GetReadOnlyBytesForEntireFrame() const in GetReadOnlyBytesForEntireFrame() function in DistributedDB::SerialBuffer
H A Dprotocol_proto.cpp306 …auto frameBytesLen = inBuff->GetReadOnlyBytesForEntireFrame(); // Padding not in the range of frag… in SplitFrameIntoPacketsIfNeed()
452 auto frameByteLen = inBuff->GetReadOnlyBytesForEntireFrame(); in SetPhyHeader()
532 auto frameBytesLen = inBuff->GetReadOnlyBytesForEntireFrame(); in CheckAndParseFrame()