Searched defs:sendRet (Results 1 – 2 of 2) sorted by relevance
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
| D | socket.cpp | 709 SocketSendRet sendRet = SendDataToApp(sock.transportFd_, sock.recvDataBuf_, sock.recvBufLen_); in OnSocketWriteReadyNative() local 790 SocketSendRet sendRet = SendDataToApp(this->transportFd_, buffer, len); in WriteDataToAPP() local 946 auto sendRet = send(fd, buf, len, MSG_DONTWAIT); in SendDataToApp() local 948 auto sendRet = send(fd, buf, len, MSG_NOSIGNAL); in SendDataToApp() local
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| D | dhcp_s_server.cpp | 389 int sendRet = -1; in SendDhcpReply() local
|