Home
last modified time | relevance | path

Searched refs:XmppIqCookie (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengine.h24 typedef void * XmppIqCookie; typedef
125 virtual void IqResponse(XmppIqCookie cookie, const XmlElement * pelStanza) = 0;
275 XmppIqCookie* cookie) = 0;
279 virtual XmppReturnStatus RemoveIqHandler(XmppIqCookie cookie,
Dxmppengine_unittest.cc27 using buzz::XmppIqCookie;
41 virtual void IqResponse(XmppIqCookie, const XmlElement * stanza) { in IqResponse() argument
272 XmppIqCookie cookie; in TEST_F()
Dxmppengineimpl.h145 XmppIqCookie* cookie);
149 virtual XmppReturnStatus RemoveIqHandler(XmppIqCookie cookie,
Dxmppengineimpl_iq.cc40 XmppIqCookie* cookie) { in SendIq()
70 XmppEngineImpl::RemoveIqHandler(XmppIqCookie cookie, in RemoveIqHandler()
Drostermoduleimpl.h248 virtual void IqResponse(XmppIqCookie cookie, const XmlElement * stanza);
Dchatroommoduleimpl.cc61 …virtual void IqResponse(XmppIqCookie cookie, const XmlElement * pelStanza) {RTC_UNUSED2(cookie, pe… in IqResponse()
Drostermoduleimpl.cc803 XmppRosterModuleImpl::IqResponse(XmppIqCookie, const XmlElement * stanza) { in IqResponse() argument