Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dudp_socket.cpp49 SocketUtils::SetRecvBuf(fd); in Bind()
83 SocketUtils::SetRecvBuf(fd); in Connect()
H A Dtcp_socket.cpp87 SocketUtils::SetRecvBuf(fd); in Connect()
H A Dsocket_utils.h46 static bool SetRecvBuf(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()
351 bool SocketUtils::SetRecvBuf(int32_t fd, int32_t size) in SetRecvBuf() function in OHOS::Sharing::SocketUtils
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c119 static int SetRecvBuf(int fd) in SetRecvBuf() function
144 SetRecvBuf(fd); in SetServerOption()
157 SetRecvBuf(fd); in SetClientOption()
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dtcp_server.cpp123 SocketUtils::SetRecvBuf(clientFd); in OnServerReadable()
H A Dudp_server.cpp248 SocketUtils::SetRecvBuf(fd); in BindAndConnectClinetFd()

Completed in 3 milliseconds