Searched refs:GetSendBufferSize (Results 1 – 10 of 10) sorted by relevance
38 [[nodiscard]] uint32_t GetSendBufferSize() const;
49 uint32_t ExtraOptionsBase::GetSendBufferSize() const in GetSendBufferSize() function in OHOS::NetStack::Socket::ExtraOptionsBase
120 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);
59 uint32_t GetSendBufferSize() const;
315 …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()
231 uint32_t BufferObject::GetSendBufferSize() const in GetSendBufferSize() function in OHOS::BufferObject
190 ssize_t ret = object.GetSendBufferSize(); in GetSendBufferSizeTest()
435 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()
871 int size = static_cast<int>(option->GetSendBufferSize()); in SetBaseOptions()
941 if (option.GetSendBufferSize() != 0) { in SetBaseOptions()942 int size = (int)option.GetSendBufferSize(); in SetBaseOptions()