Home
last modified time | relevance | path

Searched refs:GetRemoteConnectionURI (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Host/
H A DSocketTest.cpp147 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()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DUDPSocket.h22 std::string GetRemoteConnectionURI() const override;
H A DTCPSocket.h49 std::string GetRemoteConnectionURI() const override;
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DDomainSocket.h23 std::string GetRemoteConnectionURI() const override;
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DSocket.h106 virtual std::string GetRemoteConnectionURI() const { return ""; }; in GetRemoteConnectionURI() function
/llvm-project-15.0.7/lldb/source/Host/common/
H A DUDPSocket.cpp132 std::string UDPSocket::GetRemoteConnectionURI() const { in GetRemoteConnectionURI() function in UDPSocket
H A DTCPSocket.cpp131 std::string TCPSocket::GetRemoteConnectionURI() const { in GetRemoteConnectionURI() function in TCPSocket
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DDomainSocket.cpp148 std::string DomainSocket::GetRemoteConnectionURI() const { in GetRemoteConnectionURI() function in DomainSocket
H A DConnectionFileDescriptorPosix.cpp635 static_cast<TCPSocket *>(m_io_sp.get())->GetRemoteConnectionURI()); in AcceptTCP()
813 m_uri = socket->GetRemoteConnectionURI(); in InitializeSocket()