HomeSort by relevance Sort by last modified time
    Searched refs:IqResponse (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
rostermoduleimpl.h 248 virtual void IqResponse(XmppIqCookie cookie, const XmlElement * stanza);
xmppengine.h 125 virtual void IqResponse(XmppIqCookie cookie, const XmlElement * pelStanza) = 0;
xmppengine_unittest.cc 41 virtual void IqResponse(XmppIqCookie, const XmlElement * stanza) {
xmppengineimpl_iq.cc 251 iq_entry->iq_handler_->IqResponse(iq_entry, element);
chatroommoduleimpl.cc 61 virtual void IqResponse(XmppIqCookie cookie, const XmlElement * pelStanza) {RTC_UNUSED2(cookie, pelStanza);}
rostermoduleimpl.cc 803 XmppRosterModuleImpl::IqResponse(XmppIqCookie, const XmlElement * stanza) {

Completed in 142 milliseconds