Home
last modified time | relevance | path

Searched refs:SocketSendRet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.h42 } SocketSendRet; typedef
286 static SocketSendRet SendDataToApp(int fd, const uint8_t *buf, size_t len);
H A Dsocket.cpp709 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()