Home
last modified time | relevance | path

Searched refs:SendIq (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengine_unittest.cc282 engine()->SendIq(&roster_get, &iq_response, &cookie); in TEST_F()
305 engine()->SendIq(&roster_get, &iq_response, &cookie); in TEST_F()
Dxmppengine.h273 virtual XmppReturnStatus SendIq(const XmlElement* pelStanza,
Drostermoduleimpl.cc694 return engine()->SendIq(&roster_get, this, NULL); in RequestRosterUpdate()
761 return engine()->SendIq(&roster_add, this, NULL); in RequestRosterChange()
779 return engine()->SendIq(&roster_add, this, NULL); in RequestRosterRemove()
Dxmppengineimpl.h143 virtual XmppReturnStatus SendIq(const XmlElement* stanza,
Dxmppengineimpl_iq.cc39 XmppEngineImpl::SendIq(const XmlElement * element, XmppIqHandler * iq_handler, in SendIq() function in buzz::XmppEngineImpl