Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dserial_buffer.h39 int AllocBufferByTotalLength(uint32_t inTotalLen, uint32_t inHeaderLen);
H A Dserial_buffer.cpp68 int SerialBuffer::AllocBufferByTotalLength(uint32_t inTotalLen, uint32_t inHeaderLen) in AllocBufferByTotalLength() function in DistributedDB::SerialBuffer
H A Dframe_combiner.cpp247 int errCode = buffer->AllocBufferByTotalLength(inInfo.GetFrameLen(), frameHeaderLength); in CreateNewFrameBuffer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_deep_test.cpp206 int errCode = eachBuff->AllocBufferByTotalLength(100, 0); // 100 totallen without header in CreateBufferThenAddIntoScheduler()