Home
last modified time | relevance | path

Searched refs:UpdateSendBuffer (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp65 object.UpdateSendBuffer(0);
82 object.UpdateSendBuffer(0);
102 object.UpdateSendBuffer(0);
119 object.UpdateSendBuffer(BUFFER_EXPANSION_SIZE);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h45 void UpdateSendBuffer(uint32_t userDataSize);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp41 void BufferObject::UpdateSendBuffer(uint32_t userDataSize) in UpdateSendBuffer() function in OHOS::BufferObject
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/
H A Dbufferobject_fuzzer.cpp227 object.UpdateSendBuffer(sendSize); in UpdateSendBufferTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h312 sessionBuff->UpdateSendBuffer(sendSize); in MoveTransData2Buffer()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp361 sessionBuff->UpdateSendBuffer(0); // 0 means do not expand buffer when send it in SendData()