ServerLogEntry 257 remoting/host/heartbeat_sender.cc scoped_ptr<XmlElement> log(ServerLogEntry::MakeStanza()); ServerLogEntry 258 remoting/host/heartbeat_sender.cc scoped_ptr<ServerLogEntry> log_entry(ServerLogEntry::MakeForHeartbeat()); ServerLogEntry 124 remoting/host/host_status_sender.cc scoped_ptr<XmlElement> log(ServerLogEntry::MakeStanza()); ServerLogEntry 125 remoting/host/host_status_sender.cc scoped_ptr<ServerLogEntry> log_entry( ServerLogEntry 126 remoting/host/host_status_sender.cc ServerLogEntry::MakeForHostStatus(status, exit_code)); ServerLogEntry 208 remoting/host/it2me/it2me_host.cc new LogToServer(host_->AsWeakPtr(), ServerLogEntry::IT2ME, ServerLogEntry 24 remoting/host/log_to_server.cc ServerLogEntry::Mode mode, ServerLogEntry 45 remoting/host/log_to_server.cc scoped_ptr<ServerLogEntry> entry( ServerLogEntry 46 remoting/host/log_to_server.cc ServerLogEntry::MakeForSessionStateChange(connected)); ServerLogEntry 94 remoting/host/log_to_server.cc void LogToServer::Log(const ServerLogEntry& entry) { ServerLogEntry 107 remoting/host/log_to_server.cc scoped_ptr<XmlElement> stanza(ServerLogEntry::MakeStanza()); ServerLogEntry 109 remoting/host/log_to_server.cc ServerLogEntry& entry = pending_entries_.front(); ServerLogEntry 41 remoting/host/log_to_server.h ServerLogEntry::Mode mode, ServerLogEntry 65 remoting/host/log_to_server.h void Log(const ServerLogEntry& entry); ServerLogEntry 69 remoting/host/log_to_server.h ServerLogEntry::Mode mode_; ServerLogEntry 78 remoting/host/log_to_server.h std::deque<ServerLogEntry> pending_entries_; ServerLogEntry 132 remoting/host/log_to_server_unittest.cc ServerLogEntry::ME2ME, ServerLogEntry 1127 remoting/host/remoting_me2me_host.cc new LogToServer(host_->AsWeakPtr(), ServerLogEntry::ME2ME, ServerLogEntry 59 remoting/host/server_log_entry.cc ServerLogEntry::ServerLogEntry() { ServerLogEntry 62 remoting/host/server_log_entry.cc ServerLogEntry::~ServerLogEntry() { ServerLogEntry 66 remoting/host/server_log_entry.cc scoped_ptr<buzz::XmlElement> ServerLogEntry::MakeStanza() { ServerLogEntry 72 remoting/host/server_log_entry.cc scoped_ptr<ServerLogEntry> ServerLogEntry::MakeForSessionStateChange( ServerLogEntry 74 remoting/host/server_log_entry.cc scoped_ptr<ServerLogEntry> entry(new ServerLogEntry()); ServerLogEntry 82 remoting/host/server_log_entry.cc scoped_ptr<ServerLogEntry> ServerLogEntry::MakeForHeartbeat() { ServerLogEntry 83 remoting/host/server_log_entry.cc scoped_ptr<ServerLogEntry> entry(new ServerLogEntry()); ServerLogEntry 90 remoting/host/server_log_entry.cc scoped_ptr<ServerLogEntry> ServerLogEntry::MakeForHostStatus( ServerLogEntry 92 remoting/host/server_log_entry.cc scoped_ptr<ServerLogEntry> entry(new ServerLogEntry()); ServerLogEntry 101 remoting/host/server_log_entry.cc void ServerLogEntry::AddHostFields() { ServerLogEntry 130 remoting/host/server_log_entry.cc void ServerLogEntry::AddModeField(ServerLogEntry::Mode mode) { ServerLogEntry 134 remoting/host/server_log_entry.cc void ServerLogEntry::AddConnectionTypeField( ServerLogEntry 140 remoting/host/server_log_entry.cc const char* ServerLogEntry::GetValueMode(ServerLogEntry::Mode mode) { ServerLogEntry 152 remoting/host/server_log_entry.cc scoped_ptr<XmlElement> ServerLogEntry::ToStanza() const { ServerLogEntry 163 remoting/host/server_log_entry.cc const char* ServerLogEntry::GetValueSessionState(bool connected) { ServerLogEntry 167 remoting/host/server_log_entry.cc void ServerLogEntry::Set(const std::string& key, const std::string& value) { ServerLogEntry 22 remoting/host/server_log_entry.h class ServerLogEntry { ServerLogEntry 37 remoting/host/server_log_entry.h static scoped_ptr<ServerLogEntry> MakeForSessionStateChange(bool connection); ServerLogEntry 40 remoting/host/server_log_entry.h static scoped_ptr<ServerLogEntry> MakeForHeartbeat(); ServerLogEntry 43 remoting/host/server_log_entry.h static scoped_ptr<ServerLogEntry> MakeForHostStatus( ServerLogEntry 46 remoting/host/server_log_entry.h ~ServerLogEntry(); ServerLogEntry 63 remoting/host/server_log_entry.h ServerLogEntry(); ServerLogEntry 65 remoting/host/server_log_entry_unittest.cc scoped_ptr<ServerLogEntry> entry( ServerLogEntry 66 remoting/host/server_log_entry_unittest.cc ServerLogEntry::MakeForSessionStateChange(true)); ServerLogEntry 79 remoting/host/server_log_entry_unittest.cc scoped_ptr<ServerLogEntry> entry(ServerLogEntry::MakeForHeartbeat()); ServerLogEntry 91 remoting/host/server_log_entry_unittest.cc scoped_ptr<ServerLogEntry> entry( ServerLogEntry 92 remoting/host/server_log_entry_unittest.cc ServerLogEntry::MakeForSessionStateChange(true)); ServerLogEntry 120 remoting/host/server_log_entry_unittest.cc scoped_ptr<ServerLogEntry> entry( ServerLogEntry 121 remoting/host/server_log_entry_unittest.cc ServerLogEntry::MakeForSessionStateChange(true)); ServerLogEntry 122 remoting/host/server_log_entry_unittest.cc entry->AddModeField(ServerLogEntry::IT2ME); ServerLogEntry 136 remoting/host/server_log_entry_unittest.cc scoped_ptr<ServerLogEntry> entry( ServerLogEntry 137 remoting/host/server_log_entry_unittest.cc ServerLogEntry::MakeForSessionStateChange(true)); ServerLogEntry 138 remoting/host/server_log_entry_unittest.cc entry->AddModeField(ServerLogEntry::ME2ME);