Searched refs:GetRemoteIPAddress (Results 1 – 3 of 3) sorted by relevance
113 socket_a_up->GetRemoteIPAddress().c_str()); in TEST_P()115 socket_b_up->GetRemoteIPAddress().c_str()); in TEST_P()
36 std::string GetRemoteIPAddress() const;
119 std::string TCPSocket::GetRemoteIPAddress() const { in GetRemoteIPAddress() function in TCPSocket134 "connect://[{0}]:{1}", GetRemoteIPAddress(), GetRemotePortNumber())); in GetRemoteConnectionURI()