Home
last modified time | relevance | path

Searched refs:SendStanzaError (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dxmpptask.h63 virtual XmppReturnStatus SendStanzaError(const XmlElement* original_stanza,
131 XmppReturnStatus SendStanzaError(const XmlElement* element_original,
Dxmpptask.cc55 XmppReturnStatus XmppTask::SendStanzaError(const XmlElement* element_original, in SendStanzaError() function in buzz::XmppTask
60 return GetClient()->SendStanzaError(element_original, code, text); in SendStanzaError()
Dfakexmppclient.h64 virtual XmppReturnStatus SendStanzaError( in SendStanzaError() function
Dxmppclient.h101 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
Dxmppclient.cc329 XmppReturnStatus XmppClient::SendStanzaError( in SendStanzaError() function in buzz::XmppClient
332 return d_->engine_->SendStanzaError(old_stanza, xse, message); in SendStanzaError()
Dxmppengine.h286 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
Dxmppengineimpl.h155 virtual XmppReturnStatus SendStanzaError(const XmlElement* pelOriginal,
Dxmppengineimpl_iq.cc184 XmppEngineImpl::SendStanzaError(const XmlElement * element_original, in SendStanzaError() function in buzz::XmppEngineImpl
Dxmppengineimpl.cc314 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY); in IncomingStanza()