Home
last modified time | relevance | path

Searched refs:GetLocalEndpoint (Results 1 – 8 of 8) sorted by relevance

/external/openscreen/platform/api/
Dsocket_integration_unittest.cc29 const IPEndpoint local_endpoint = socket->GetLocalEndpoint(); in TEST()
47 const IPEndpoint local_endpoint = socket->GetLocalEndpoint(); in TEST()
Dudp_socket.h93 virtual IPEndpoint GetLocalEndpoint() const = 0;
/external/openscreen/cast/streaming/
Denvironment.cc39 return socket_->GetLocalEndpoint(); in GetBoundLocalEndpoint()
106 OSP_LOG_ERROR << "For UDP socket bound to " << socket_->GetLocalEndpoint() in OnError()
/external/openscreen/platform/test/
Dmock_udp_socket.h23 MOCK_CONST_METHOD0(GetLocalEndpoint, IPEndpoint());
Dfake_udp_socket.cc26 IPEndpoint FakeUdpSocket::GetLocalEndpoint() const { in GetLocalEndpoint() function in openscreen::FakeUdpSocket
Dfake_udp_socket.h41 IPEndpoint GetLocalEndpoint() const override;
/external/openscreen/platform/impl/
Dudp_socket_posix.h38 IPEndpoint GetLocalEndpoint() const override;
Dudp_socket_posix.cc136 IPEndpoint UdpSocketPosix::GetLocalEndpoint() const { in GetLocalEndpoint() function in openscreen::UdpSocketPosix