Searched refs:SocketSendRet (Results 1 – 2 of 2) sorted by relevance
42 } SocketSendRet; typedef286 static SocketSendRet SendDataToApp(int fd, const uint8_t *buf, size_t len);
709 SocketSendRet sendRet = SendDataToApp(sock.transportFd_, sock.recvDataBuf_, sock.recvBufLen_); in OnSocketWriteReadyNative()790 SocketSendRet sendRet = SendDataToApp(this->transportFd_, buffer, len); in WriteDataToAPP()941 SocketSendRet Socket::SendDataToApp(int fd, const uint8_t *buf, size_t len) in SendDataToApp()