Searched refs:SendStanzaError (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmpptask.h | 63 virtual XmppReturnStatus SendStanzaError(const XmlElement* original_stanza, 131 XmppReturnStatus SendStanzaError(const XmlElement* element_original,
|
D | xmpptask.cc | 55 XmppReturnStatus XmppTask::SendStanzaError(const XmlElement* element_original, in SendStanzaError() function in buzz::XmppTask 60 return GetClient()->SendStanzaError(element_original, code, text); in SendStanzaError()
|
D | fakexmppclient.h | 64 virtual XmppReturnStatus SendStanzaError( in SendStanzaError() function
|
D | xmppclient.h | 101 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
|
D | xmppclient.cc | 329 XmppReturnStatus XmppClient::SendStanzaError( in SendStanzaError() function in buzz::XmppClient 332 return d_->engine_->SendStanzaError(old_stanza, xse, message); in SendStanzaError()
|
D | xmppengine.h | 286 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
|
D | xmppengineimpl.h | 155 virtual XmppReturnStatus SendStanzaError(const XmlElement* pelOriginal,
|
D | xmppengineimpl_iq.cc | 184 XmppEngineImpl::SendStanzaError(const XmlElement * element_original, in SendStanzaError() function in buzz::XmppEngineImpl
|
D | xmppengineimpl.cc | 314 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY); in IncomingStanza()
|