Home
last modified time | relevance | path

Searched refs:GetSendBufferSize (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/include/
H A Dextra_options_base.h38 [[nodiscard]] uint32_t GetSendBufferSize() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
H A Dextra_options_base.cpp49 uint32_t ExtraOptionsBase::GetSendBufferSize() const in GetSendBufferSize() function in OHOS::NetStack::Socket::ExtraOptionsBase
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp120 EXPECT_GT(object.GetSendBufferSize(), BUFF_SIZE_TEST);
235 EXPECT_EQ(object.GetSendBufferSize(), SOCKET_BUFF_SIZE_USER_S);
592 EXPECT_EQ(object.GetSendBufferSize(), BUFF_SIZE_TEST);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h59 uint32_t GetSendBufferSize() const;
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h315 …r < 0 || readCursor < 0 || static_cast<uint32_t>(writeCursor) > sessionBuff->GetSendBufferSize() || in MoveTransData2Buffer()
316 sendSize > sessionBuff->GetSendBufferSize() - static_cast<uint32_t>(writeCursor)) { in MoveTransData2Buffer()
320 writeCursor, readCursor, sendSize, sessionBuff->GetSendBufferSize()); in MoveTransData2Buffer()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp231 uint32_t BufferObject::GetSendBufferSize() const in GetSendBufferSize() function in OHOS::BufferObject
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/
H A Dbufferobject_fuzzer.cpp190 ssize_t ret = object.GetSendBufferSize(); in GetSendBufferSizeTest()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp435 uint32_t sendBufSize = options.GetSendBufferSize(); in SetLocalSocketOptions()
464 sendSize = mgr->extraOptions_.GetSendBufferSize(); in SetSocketDefaultBufferSize()
1296 context->GetOptionsRef().GetSendBufferSize()); in LocalSocketGetExtraOptionsCallback()
1350 context->GetOptionsRef().GetSendBufferSize()); in LocalSocketServerGetExtraOptionsCallback()
H A Dsocket_exec.cpp871 int size = static_cast<int>(option->GetSendBufferSize()); in SetBaseOptions()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp941 if (option.GetSendBufferSize() != 0) { in SetBaseOptions()
942 int size = (int)option.GetSendBufferSize(); in SetBaseOptions()