Searched refs:GetLocalSocketId (Results 1 – 4 of 4) sorted by relevance
44 std::string GetLocalSocketId() const;
79 std::string Acceptor::GetLocalSocketId() const { return m_local_socket_id(); } in GetLocalSocketId() function in Acceptor
301 save_socket_id_to_file(acceptor_up->GetLocalSocketId(), socket_file); in main_platform()
286 const std::string socket_id = acceptor_up->GetLocalSocketId(); in ConnectToRemote()