HomeSort by relevance Sort by last modified time
    Searched refs:SendStanza (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pingtask_unittest.cc 47 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement* stanza);
82 buzz::XmppReturnStatus PingXmppClient::SendStanza(
84 buzz::XmppReturnStatus result = FakeXmppClient::SendStanza(stanza);
xmpppump.cc 77 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) {
79 return client_->SendStanza(stanza);
xmpppump.h 68 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement *stanza);
xmpptask.h 79 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) = 0;
146 XmppReturnStatus SendStanza(const XmlElement* stanza);
fakexmppclient.h 72 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) {
iqtask.cc 49 buzz::XmppReturnStatus ret = SendStanza(stanza_.get());
50 // TODO: HandleError(NULL) if SendStanza fails?
pingtask.cc 65 SendStanza(stanza.get());
  /external/chromium_org/remoting/jingle_glue/
mock_objects.h 30 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE {
signal_strategy.h 89 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) = 0;
fake_signal_strategy.h 40 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE;
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmpppump.cc 74 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) {
76 return client_->SendStanza(stanza);
xmpppump.h 66 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement *stanza);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
mucinvitesendtask.cc 57 if (SendStanza(stanza) != XMPP_RETURN_OK)
discoitemsquerytask.cc 55 if (SendStanza(get.get()) != XMPP_RETURN_OK) {
friendinvitesendtask.cc 70 if (SendStanza(stanza) != XMPP_RETURN_OK)
  /external/chromium_org/remoting/client/plugin/
pepper_signal_strategy.h 36 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE;
pepper_signal_strategy.cc 64 bool PepperSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
mucinvitesendtask.cc 57 if (SendStanza(stanza) != XMPP_RETURN_OK)
friendinvitesendtask.cc 70 if (SendStanza(stanza) != XMPP_RETURN_OK)
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
textchatsendtask.cc 74 if (SendStanza(stanza) != XMPP_RETURN_OK) {
  /external/chromium/net/tools/testserver/
xmppserver.py 310 self._connection.SendStanza(self._AUTH_STANZA, False)
316 self._connection.SendStanza(self._AUTH_SUCCESS_STANZA, False)
321 self._connection.SendStanza(self._BIND_STANZA, False)
335 self._connection.SendStanza(response)
343 self._connection.SendStanza(xml)
450 self.SendStanza(stanza)
452 def SendStanza(self, stanza, unlink=True):
475 self.SendStanza(notification_stanza, False)
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.h 87 XmppReturnStatus SendStanza(const XmlElement* stanza);
  /external/chromium_org/jingle/notifier/listener/
send_ping_task.cc 35 if (SendStanza(stanza.get()) != buzz::XMPP_RETURN_OK) {
  /external/chromium_org/remoting/host/
heartbeat_sender.cc 83 SendStanza();
85 this, &HeartbeatSender::SendStanza);
99 void HeartbeatSender::SendStanza() {
215 this, &HeartbeatSender::SendStanza);
heartbeat_sender.h 118 void SendStanza();

Completed in 1226 milliseconds

1 2 3