Home
last modified time | relevance | path

Searched refs:SetSendBuf (Results 1 - 7 of 7) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dudp_socket.cpp48 SocketUtils::SetSendBuf(fd); in Bind()
82 SocketUtils::SetSendBuf(fd); in Connect()
H A Dtcp_socket.cpp86 SocketUtils::SetSendBuf(fd); in Connect()
H A Dsocket_utils.h45 static bool SetSendBuf(int32_t fd, int32_t size = SOCKET_DEFAULT_BUF_SIZE);
H A Dsocket_utils.cpp109 return CreateSocket(SOCK_DGRAM, fd) && SetRecvBuf(fd) && SetSendBuf(fd) && BindSocket(fd, "", port); in CreateUdpSession()
340 bool SocketUtils::SetSendBuf(int32_t fd, int32_t size) in SetSendBuf() function in OHOS::Sharing::SocketUtils
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c102 static int SetSendBuf(int fd) in SetSendBuf() function
143 SetSendBuf(fd); in SetServerOption()
156 SetSendBuf(fd); in SetClientOption()
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dtcp_server.cpp122 SocketUtils::SetSendBuf(clientFd); in OnServerReadable()
H A Dudp_server.cpp247 SocketUtils::SetSendBuf(fd); in BindAndConnectClinetFd()

Completed in 4 milliseconds