Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/connection/interface/
Dsoftbus_socket.h58 int32_t (*OpenClientSocket)(const ConnectOption *option, const char *bindAddr, bool isNonBlock); member
/foundation/communication/dsoftbus/core/connection/common/src/
Dsoftbus_socket_virtual.c34 static int32_t OpenClientSocket(const ConnectOption *option, const char *bindAddr, bool isNonBlock) in OpenClientSocket() function