Searched defs:IpcHostEventLogger (Results 1 - 2 of 2) sorted by path

/external/chromium_org/remoting/host/
H A Dipc_host_event_logger.cc16 IpcHostEventLogger::IpcHostEventLogger(base::WeakPtr<HostStatusMonitor> monitor, function in class:remoting::IpcHostEventLogger
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
[all...]
H A Dipc_host_event_logger.h26 class IpcHostEventLogger class in namespace:remoting
32 IpcHostEventLogger(base::WeakPtr<HostStatusMonitor> monitor,
34 virtual ~IpcHostEventLogger();
54 DISALLOW_COPY_AND_ASSIGN(IpcHostEventLogger);

Completed in 216 milliseconds