Home
last modified time | relevance | path

Searched refs:XmppPump (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dxmpppump.cc17 XmppPump::XmppPump(XmppPumpNotify * notify) { in XmppPump() function in buzz::XmppPump
23 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()
Dxmpppump.h32 class XmppPump : public rtc::MessageHandler, public rtc::TaskRunner {
34 XmppPump(buzz::XmppPumpNotify * notify = NULL);
Dxmppthread.h36 buzz::XmppPump* pump_;
Dxmppthread.cc32 pump_ = new buzz::XmppPump(this); in XmppThread()