Searched refs:GetLocalSocketId (Results 1 – 3 of 3) sorted by relevance
44 std::string GetLocalSocketId() const;
80 std::string Acceptor::GetLocalSocketId() const { return m_local_socket_id(); } in GetLocalSocketId() function in Acceptor
277 save_socket_id_to_file(acceptor_up->GetLocalSocketId(), socket_file); in main_platform()