Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp50 ExpandSendBuffer(sendBuffSize_ + sendBuffSize_); in UpdateSendBuffer()
97 if (!ExpandSendBuffer(size)) { in GetSendBufferAndLock()
107 bool BufferObject::ExpandSendBuffer(uint32_t size) in ExpandSendBuffer() function in OHOS::BufferObject
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp510 bool result = object.ExpandSendBuffer(SOCKET_BUFF_SIZE_USER_HUGE);
528 bool result = object.ExpandSendBuffer(needSize);
546 bool result = object.ExpandSendBuffer(MAX_RAWDATA_SIZE);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h64 bool ExpandSendBuffer(uint32_t size);