Home
last modified time | relevance | path

Searched refs:STR_RESULT (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Diqtask.cc58 if (stanza->Attr(buzz::QN_TYPE) != buzz::STR_RESULT && in HandleStanza()
72 bool success = (stanza->Attr(buzz::QN_TYPE) == buzz::STR_RESULT); in ProcessResponse()
Dpingtask.cc30 if (stanza->Attr(buzz::QN_TYPE) != buzz::STR_RESULT && in HandleStanza()
Djingleinfotask.cc63 if (stanza->Attr(QN_TYPE) != STR_RESULT) in HandleStanza()
Dxmpptask.cc124 result->AddAttr(QN_TYPE, STR_RESULT); in MakeIqResult()
Dconstants.h58 extern const char STR_RESULT[];
Dconstants.cc64 const char STR_RESULT[] = "result"; variable
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dsessionsendtask.h116 if (next->Attr(buzz::QN_TYPE) == buzz::STR_RESULT) { in ProcessResponse()
130 if (stanza->Attr(buzz::QN_TYPE) == buzz::STR_RESULT || in HandleStanza()
/external/chromium_org/jingle/notifier/listener/
Dsend_ping_task.cc51 if (type != buzz::STR_RESULT) { in ProcessResponse()
Dpush_notifications_subscribe_task.cc67 stanza->Attr(buzz::QN_TYPE) == buzz::STR_RESULT) { in ProcessResponse()
/external/chromium_org/remoting/host/
Dregister_support_host_request.cc118 if (type != buzz::STR_RESULT) { in ParseResponse()
Dheartbeat_sender.cc164 DCHECK_EQ(std::string(buzz::STR_RESULT), type); in ProcessResponse()
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
Dtunnelsessionclient_unittest.cc121 bool response = data->data().Attr(buzz::QN_TYPE) == buzz::STR_RESULT; in OnMessage()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasessionclient_unittest.cc1727 ASSERT_EQ(std::string(buzz::STR_RESULT), stanzas_[0]->Attr(buzz::QN_TYPE)); in TestGoodIncomingInitiate()
1791 ASSERT_EQ(std::string(buzz::STR_RESULT), stanzas_[0]->Attr(buzz::QN_TYPE)); in TestRejectOffer()
1855 ASSERT_EQ(std::string(buzz::STR_RESULT), stanzas_[1]->Attr(buzz::QN_TYPE)); in TestBadIncomingInitiate()
2414 ASSERT_EQ(std::string(buzz::STR_RESULT), stanzas_[0]->Attr(buzz::QN_TYPE)); in TestIncomingAcceptWithSsrcs()
2499 ASSERT_EQ(std::string(buzz::STR_RESULT), stanzas_[0]->Attr(buzz::QN_TYPE)); in TestStreamsUpdateAndViewRequests()