Home
last modified time | relevance | path

Searched refs:SocketConnect (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_socket.h121 int SocketConnect(const BluetoothCreateSocketPara *socketPara, const BdAddr *bdAddr, int psm);
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_spp.cpp109 return SocketConnect(&btsocketPara, bdAddr, SPP_SOCKET_PSM_VALUE); in SppConnect()
H A Dohos_bt_socket.cpp230 int SocketConnect(const BluetoothCreateSocketPara *socketPara, const BdAddr *bdAddr, int psm) in SocketConnect() function
232 HILOGI("SocketConnect start."); in SocketConnect()
253 HILOGE("SocketConnect fail, result: %{public}d", result); in SocketConnect()
255 HILOGE("SocketConnect closed."); in SocketConnect()
259 HILOGI("SocketConnect success, clientId: %{public}d", clientId); in SocketConnect()
276 HILOGI("SocketConnect start."); in SocketConnectEx()
304 HILOGE("SocketConnect fail, result: %{public}d", result); in SocketConnectEx()
306 HILOGE("SocketConnect closed."); in SocketConnectEx()
310 HILOGI("SocketConnect success, clientId: %{public}d", clientId); in SocketConnectEx()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c255 static int32_t SocketConnect(int32_t fd, int32_t domain, const ConnectOption *option) in SocketConnect() function
320 ret = SocketConnect(fd, domain, option); in OpenTcpClientSocket()

Completed in 3 milliseconds