Home
last modified time | relevance | path

Searched refs:SocketSendFd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_util.h48 static int SocketSendFd(int sockFd, const uint8_t *buf, int len, int acceptFd);
H A Dsocket_util.cpp43 int SocketUtil::SocketSendFd(int sockFd, const uint8_t *buf, int len, int acceptFd) in SocketSendFd() function in OHOS::bluetooth::SocketUtil
H A Dsocket.cpp560 return SocketUtil::SocketSendFd(fd, reinterpret_cast<const uint8_t *>(&connectInfo), in SendAppConnectInfo()