Home
last modified time | relevance | path

Searched refs:InternalSendStanza (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dxmpplogintask.cc153 pctx_->InternalSendStanza(&el); in Advance()
219 pctx_->InternalSendStanza(auth); in Advance()
235 pctx_->InternalSendStanza(response); in Advance()
267 pctx_->InternalSendStanza(&iq); in Advance()
296 pctx_->InternalSendStanza(&iq); in Advance()
374 pctx_->InternalSendStanza((*pvecQueuedStanzas_)[i]); in FlushQueuedStanzas()
Dxmppengineimpl.cc230 InternalSendStanza(element); in SendStanza()
346 void XmppEngineImpl::InternalSendStanza(const XmlElement* element) { in InternalSendStanza() function in buzz::XmppEngineImpl
Dxmppengineimpl.h178 void InternalSendStanza(const XmlElement* stanza);