Home
last modified time | relevance | path

Searched refs:SetSocketBufferSize (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_socket.h213 int SetSocketBufferSize(int clientId, uint32_t bufferSize);
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_spp.cpp191 return SetSocketBufferSize(clientId, bufferSize); in SppSetSocketBufferSize()
H A Dohos_bt_socket.cpp478 int SetSocketBufferSize(int clientId, uint32_t bufferSize) in SetSocketBufferSize() function
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp412 static bool SetSocketBufferSize(int sockfd, int type, uint32_t size) in SetSocketBufferSize() function
430 if (!SetSocketBufferSize(sockfd, SO_RCVBUF, recvBufSize)) { in SetLocalSocketOptions()
436 if (!SetSocketBufferSize(sockfd, SO_SNDBUF, sendBufSize)) { in SetLocalSocketOptions()
461 SetSocketBufferSize(sockfd, SO_RCVBUF, recvSize); in SetSocketDefaultBufferSize()
466 SetSocketBufferSize(sockfd, SO_SNDBUF, sendSize); in SetSocketDefaultBufferSize()
816 SetSocketBufferSize(sockfd, SO_RCVBUF, DEFAULT_BUFFER_SIZE); in ExecLocalSocketConnect()

Completed in 5 milliseconds