Home
last modified time | relevance | path

Searched refs:UdpSocket (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dudp_socket.cpp22 UdpSocket::UdpSocket() in UdpSocket() function in OHOS::Sharing::UdpSocket
27 UdpSocket::~UdpSocket() in ~UdpSocket()
32 bool UdpSocket::Bind(const uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog) in Bind()
66 bool UdpSocket::Connect(const std::string &peerIp, uint16_t peerPort, int32_t &retCode, bool isAsync, bool enableReuse, in Connect()
H A Dudp_socket.h23 class UdpSocket : public BaseSocket { class
25 using Ptr = std::shared_ptr<UdpSocket>;
27 UdpSocket();
28 ~UdpSocket() override;
/foundation/CastEngine/castengine_wifi_display/services/network/client/
H A Dudp_client.h24 class UdpSocket;
49 std::shared_ptr<UdpSocket> socket_ = nullptr;
H A Dudp_client.cpp43 socket_ = std::make_unique<UdpSocket>(); in Connect()
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dudp_server.h24 class UdpSocket;
51 std::shared_ptr<UdpSocket> socket_ = nullptr;
H A Dudp_server.cpp34 socket_ = std::make_unique<UdpSocket>(); in Start()

Completed in 2 milliseconds