Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp161 int recvBufSize = recv(fd_, signalBuf, sizeof(signalBuf), 0); in RecvSocketSignal() local
163 int recvBufSize = recv(fd_, signalBuf, sizeof(signalBuf), MSG_WAITALL); in RecvSocketSignal() local
263 int recvBufSize = recv(fd_, &channel, sizeof(channel), 0); in RecvSocketPsmOrScn() local
265 int recvBufSize = recv(fd_, &channel, sizeof(channel), MSG_WAITALL); in RecvSocketPsmOrScn() local
718 int recvBufSize = recv(fd_, &channel, sizeof(channel), 0); in RecvSocketPsmOrScn() local
720 int recvBufSize = recv(fd_, &channel, sizeof(channel), MSG_WAITALL); in RecvSocketPsmOrScn() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c121 static int recvBufSize = 0; in SetRecvBuf() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h56 FILLP_UINT32 recvBufSize; member
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp429 uint32_t recvBufSize = options.GetReceiveBufferSize(); in SetLocalSocketOptions() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h927 FILLP_UINT32 recvBufSize; member