Home | History | Annotate | Download | only in host

Lines Matching defs:IpcHostEventLogger

16 IpcHostEventLogger::IpcHostEventLogger(base::WeakPtr<HostStatusMonitor> monitor,
23 IpcHostEventLogger::~IpcHostEventLogger() {
30 void IpcHostEventLogger::OnAccessDenied(const std::string& jid) {
36 void IpcHostEventLogger::OnClientAuthenticated(const std::string& jid) {
43 void IpcHostEventLogger::OnClientConnected(const std::string& jid) {
49 void IpcHostEventLogger::OnClientDisconnected(const std::string& jid) {
55 void IpcHostEventLogger::OnClientRouteChange(
72 void IpcHostEventLogger::OnShutdown() {
78 void IpcHostEventLogger::OnStart(const std::string& xmpp_login) {