Searched refs:MatchResponseIq (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | iqtask.cc | 55 if (!MatchResponseIq(stanza, to_, task_id())) in HandleStanza()
|
D | pingtask.cc | 26 if (!MatchResponseIq(stanza, Jid(STR_EMPTY), task_id())) { in HandleStanza()
|
D | jingleinfotask.cc | 60 if (!MatchResponseIq(stanza, Jid(), task_id())) in HandleStanza()
|
D | xmpptask.h | 160 bool MatchResponseIq(const XmlElement* stanza, const Jid& to,
|
D | xmpptask.cc | 132 bool XmppTask::MatchResponseIq(const XmlElement* stanza, in MatchResponseIq() function in buzz::XmppTask
|
D | pubsub_task.cc | 61 if (MatchResponseIq(stanza, pubsub_node_jid_, task_id())) { in HandleStanza()
|
/external/chromium_org/jingle/notifier/listener/ |
D | send_ping_task.cc | 65 if (MatchResponseIq(stanza, buzz::Jid(buzz::STR_EMPTY), ping_task_id_)) { in HandleStanza()
|
D | push_notifications_subscribe_task.cc | 35 if (!MatchResponseIq(stanza, GetClient()->jid().BareJid(), task_id())) in HandleStanza()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
D | sessionsendtask.h | 127 if (!MatchResponseIq(stanza, in HandleStanza()
|