Searched defs:recvBufSize (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_tcp_socket.c | 121 static int recvBufSize = 0; in SetRecvBuf() local
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 158 int recvBufSize = recv(fd_, signalBuf, sizeof(signalBuf), 0); in RecvSocketSignal() local 160 int recvBufSize = recv(fd_, signalBuf, sizeof(signalBuf), MSG_WAITALL); in RecvSocketSignal() local 260 int recvBufSize = recv(fd_, &channel, sizeof(channel), 0); in RecvSocketPsmOrScn() local 262 int recvBufSize = recv(fd_, &channel, sizeof(channel), MSG_WAITALL); in RecvSocketPsmOrScn() local 728 int recvBufSize = recv(fd_, &channel, sizeof(channel), 0); in RecvSocketPsmOrScn() local 730 int recvBufSize = recv(fd_, &channel, sizeof(channel), MSG_WAITALL); in RecvSocketPsmOrScn() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | sockets.h | 56 FILLP_UINT32 recvBufSize; member
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | local_socket_exec.cpp | 429 uint32_t recvBufSize = options.GetReceiveBufferSize(); in SetLocalSocketOptions() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 927 FILLP_UINT32 recvBufSize; member
|
Completed in 10 milliseconds