Searched refs:GetReceiveBufferSize (Results 1 – 5 of 5) sorted by relevance
36 [[nodiscard]] uint32_t GetReceiveBufferSize() const;
44 uint32_t ExtraOptionsBase::GetReceiveBufferSize() const in GetReceiveBufferSize() function in OHOS::NetStack::Socket::ExtraOptionsBase
429 uint32_t recvBufSize = options.GetReceiveBufferSize(); in SetLocalSocketOptions()459 recvSize = mgr->extraOptions_.GetReceiveBufferSize(); in SetSocketDefaultBufferSize()1294 context->GetOptionsRef().GetReceiveBufferSize()); in LocalSocketGetExtraOptionsCallback()1348 context->GetOptionsRef().GetReceiveBufferSize()); in LocalSocketServerGetExtraOptionsCallback()
863 int size = static_cast<int>(option->GetReceiveBufferSize()); in SetBaseOptions()1946 if (option.GetReceiveBufferSize() != 0) { in ClientHandler()1947 recvBufferSize = option.GetReceiveBufferSize(); in ClientHandler()
934 if (option.GetReceiveBufferSize() != 0) { in SetBaseOptions()935 int size = (int)option.GetReceiveBufferSize(); in SetBaseOptions()