Searched refs:MatchResponseIq (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/libjingle/xmpp/ |
D | iqtask.cc | 38 if (!MatchResponseIq(stanza, to_, task_id())) in HandleStanza()
|
D | pingtask.cc | 33 if (!MatchResponseIq(stanza, Jid(STR_EMPTY), task_id())) { in HandleStanza()
|
D | jingleinfotask.cc | 43 if (!MatchResponseIq(stanza, Jid(), task_id())) in HandleStanza()
|
D | xmpptask.h | 143 bool MatchResponseIq(const XmlElement* stanza, const Jid& to,
|
D | xmpptask.cc | 115 bool XmppTask::MatchResponseIq(const XmlElement* stanza, in MatchResponseIq() function in buzz::XmppTask
|
D | pubsub_task.cc | 44 if (MatchResponseIq(stanza, pubsub_node_jid_, task_id())) { in HandleStanza()
|