Searched refs:XmppPump (Results 1 – 4 of 4) sorted by relevance
17 XmppPump::XmppPump(XmppPumpNotify * notify) { in XmppPump() function in buzz::XmppPump23 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs, in DoLogin()28 client_->SignalStateChange.connect(this, &XmppPump::OnStateChange); in DoLogin()34 void XmppPump::DoDisconnect() { in DoDisconnect()40 void XmppPump::OnStateChange(buzz::XmppEngine::State state) { in OnStateChange()48 void XmppPump::WakeTasks() { in WakeTasks()52 int64_t XmppPump::CurrentTime() { in CurrentTime()56 void XmppPump::OnMessage(rtc::Message *pmsg) { in OnMessage()60 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) { in SendStanza()
32 class XmppPump : public rtc::MessageHandler, public rtc::TaskRunner {34 XmppPump(buzz::XmppPumpNotify * notify = NULL);
36 buzz::XmppPump* pump_;
32 pump_ = new buzz::XmppPump(this); in XmppThread()