Home
last modified time | relevance | path

Searched refs:GetLocalEndpoint (Results 1 – 12 of 12) 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()
Dtls_connection.h44 virtual IPEndpoint GetLocalEndpoint() const = 0;
Dudp_socket.h91 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());
Dmock_tls_connection.h27 IPEndpoint GetLocalEndpoint() const override { return local_address_; } in GetLocalEndpoint() function
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;
Dtls_connection_posix.h37 IPEndpoint GetLocalEndpoint() const override;
Dtls_connection_posix.cc105 IPEndpoint TlsConnectionPosix::GetLocalEndpoint() const { in GetLocalEndpoint() function in openscreen::TlsConnectionPosix
Dudp_socket_posix.cc136 IPEndpoint UdpSocketPosix::GetLocalEndpoint() const { in GetLocalEndpoint() function in openscreen::UdpSocketPosix