Searched defs:HostStatusSender (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/
H A Dhost_status_sender.cc35 const char* const HostStatusSender::host_status_strings_[] =
38 HostStatusSender::HostStatusSender( function in class:remoting::HostStatusSender
53 HostStatusSender::~HostStatusSender() {
57 void HostStatusSender::OnSignalStrategyStateChange(
65 bool HostStatusSender::OnSignalStrategyIncomingStanza(
70 void HostStatusSender::SendOfflineStatus(HostExitCodes exit_code) {
74 void HostStatusSender::SendOnlineStatus() {
78 void HostStatusSender
[all...]
H A Dhost_status_sender.h30 // HostStatusSender sends the host status to the Chromoting Bot.
50 class HostStatusSender : SignalStrategy::Listener { class in namespace:remoting
58 HostStatusSender(const std::string& host_id,
62 virtual ~HostStatusSender();
100 DISALLOW_COPY_AND_ASSIGN(HostStatusSender);

Completed in 69 milliseconds