Searched refs:GetRemoteConnectionURI (Results 1 – 9 of 9) sorted by relevance
147 std::string uri(socket_a_up->GetRemoteConnectionURI()); in TEST_P()161 std::string uri = socket.get()->GetRemoteConnectionURI(); in TEST_P()181 std::string uri(socket_a_up->GetRemoteConnectionURI()); in TEST_P()185 EXPECT_EQ(socket_b_up->GetRemoteConnectionURI(), ""); in TEST_P()
22 std::string GetRemoteConnectionURI() const override;
49 std::string GetRemoteConnectionURI() const override;
23 std::string GetRemoteConnectionURI() const override;
106 virtual std::string GetRemoteConnectionURI() const { return ""; }; in GetRemoteConnectionURI() function
132 std::string UDPSocket::GetRemoteConnectionURI() const { in GetRemoteConnectionURI() function in UDPSocket
131 std::string TCPSocket::GetRemoteConnectionURI() const { in GetRemoteConnectionURI() function in TCPSocket
148 std::string DomainSocket::GetRemoteConnectionURI() const { in GetRemoteConnectionURI() function in DomainSocket
635 static_cast<TCPSocket *>(m_io_sp.get())->GetRemoteConnectionURI()); in AcceptTCP()813 m_uri = socket->GetRemoteConnectionURI(); in InitializeSocket()