Searched refs:XmppPump (Results 1 – 5 of 5) sorted by relevance
31 XmppPump::XmppPump(XmppPumpNotify * notify) { in XmppPump() function in XmppPump37 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs, in DoLogin()42 client_->SignalStateChange.connect(this, &XmppPump::OnStateChange); in DoLogin()48 void XmppPump::DoDisconnect() { in DoDisconnect()54 void XmppPump::OnStateChange(buzz::XmppEngine::State state) { in OnStateChange()62 void XmppPump::WakeTasks() { in WakeTasks()66 int64 XmppPump::CurrentTime() { in CurrentTime()70 void XmppPump::OnMessage(talk_base::Message *pmsg) { in OnMessage()74 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) { in SendStanza()
47 class XmppPump : public talk_base::MessageHandler, public talk_base::TaskRunner {49 XmppPump(XmppPumpNotify * notify = NULL);
51 XmppPump* pump_;
47 pump_ = new XmppPump(this); in XmppThread()
353 XmppPump pump; in main()