Home
last modified time | relevance | path

Searched defs:recvBufSize (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c121 static int recvBufSize = 0; in SetRecvBuf() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp158 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 Dsockets.h56 FILLP_UINT32 recvBufSize; member
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp429 uint32_t recvBufSize = options.GetReceiveBufferSize(); in SetLocalSocketOptions() local
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h927 FILLP_UINT32 recvBufSize; member

Completed in 10 milliseconds