Searched refs:MSG_DONTWAIT (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
H A D | socket_app.h | 89 #ifndef MSG_DONTWAIT 90 #define MSG_DONTWAIT 0x40 macro
|
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/ |
H A D | mmi_fd_listener.cpp | 50 MSG_DONTWAIT | MSG_NOSIGNAL); in OnReadable()
|
/foundation/graphic/graphic_2d/utils/socketpair/src/ |
H A D | local_socketpair.cpp | 141 ssize_t length = TEMP_FAILURE_RETRY(send(sendFd_, vaddr, size, MSG_DONTWAIT | MSG_NOSIGNAL));
in SendData() 166 length = recv(receiveFd_, vaddr, size, MSG_DONTWAIT);
in ReceiveData()
|
/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_connection.cpp | 63 numRead = ::recv(fd, buf, sizeof(buf), MSG_DONTWAIT); in OnReadable()
|
H A D | socket_session.cpp | 79 ssize_t count = send(fd_, &buf[idx], remSize, MSG_DONTWAIT | MSG_NOSIGNAL); in SendMsg()
|
/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_client.cpp | 64 auto count = send(fd_, &buf[idx], remSize, MSG_DONTWAIT | MSG_NOSIGNAL); in SendMsg()
|
H A D | uds_session.cpp | 73 auto count = send(fd_, &buf[idx], remSize, MSG_DONTWAIT | MSG_NOSIGNAL); in SendMsg()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_app.c | 320 if (SOCK_IS_NONBLOCKING(sock) || ((FILLP_UINT32)flags & MSG_DONTWAIT)) { in SockSendReqFpcbItemWithSem() 365 if ((SOCK_IS_NONBLOCKING(sock) || ((FILLP_UINT)flags & MSG_DONTWAIT))) { in SockSendReqFpcbItemWithoutSem() 591 if (SOCK_IS_NONBLOCKING(sock) || ((FILLP_UINT)flags & MSG_DONTWAIT)) { in SockRecvReqFpcbItemWithSem() 629 if ((SOCK_IS_NONBLOCKING(sock) || ((FILLP_UINT32)flags & MSG_DONTWAIT))) { in SockRecvReqFpcbItemWithoutSem() 691 flags = (FILLP_INT)((FILLP_UINT)flags | MSG_DONTWAIT); in SockRecvmsgDataFromBufCache()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 272 auto size = recv(fd, szBuf, MAX_PACKET_BUF_SIZE, MSG_DONTWAIT | MSG_NOSIGNAL); in OnEpollRecv()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netlink_socket_diag.cpp | 121 ssize_t bytesread = recv(fd, &ack, sizeof(ack), MSG_DONTWAIT | MSG_PEEK); in GetErrorFromKernel()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 374 if (send(m_sigSockFds[1], &signum, sizeof(signum), MSG_DONTWAIT) < 0) { // SIG_STOP SignalReceiver in StopIpv4() 2071 if (send(m_sigSockFds[1], &signum, sizeof(signum), MSG_DONTWAIT) < 0) { in SendStopSignal()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket.cpp | 946 auto sendRet = send(fd, buf, len, MSG_DONTWAIT); in SendDataToApp()
|
Completed in 11 milliseconds