Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Di_stream_socket.h94 virtual int CreateAndBindSocket(IpAndPort &local, bool isServer) = 0;
H A Dvtp_stream_socket.h111 int32_t CreateAndBindSocket(IpAndPort &local, bool isServer) override;
H A Dvtp_stream_socket.cpp421 int32_t fd = CreateAndBindSocket(local, false); in CreateClient()
470 listenFd_ = CreateAndBindSocket(local, true); in CreateServer()
744 int32_t VtpStreamSocket::CreateAndBindSocket(IpAndPort &local, bool isServer) in CreateAndBindSocket() function in Communication::SoftBus::VtpStreamSocket