Home
last modified time | relevance | path

Searched defs:sendRet (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
Dsocket.cpp709 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/
Ddhcp_s_server.cpp389 int sendRet = -1; in SendDhcpReply() local