HomeSort by relevance Sort by last modified time
    Searched defs:SendStanza (Results 1 - 18 of 18) sorted by null

  /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);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpppump.cc 77 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) {
79 return client_->SendStanza(stanza);
fakexmppclient.h 72 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) {
pingtask_unittest.cc 47 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement* stanza);
82 buzz::XmppReturnStatus PingXmppClient::SendStanza(
84 buzz::XmppReturnStatus result = FakeXmppClient::SendStanza(stanza);
xmpptask.cc 66 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) {
69 return GetClient()->SendStanza(stanza);
xmppclient.cc 341 XmppReturnStatus XmppClient::SendStanza(const XmlElement* stanza) {
342 return d_->engine_->SendStanza(stanza);
xmppengineimpl.cc 236 XmppReturnStatus XmppEngineImpl::SendStanza(const XmlElement* element) {
  /external/chromium_org/remoting/client/plugin/
pepper_signal_strategy.cc 64 bool PepperSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) {
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.cc 65 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) {
68 return client_->SendStanza(stanza);
xmppclient.cc 301 XmppClient::SendStanza(const XmlElement * stanza) {
302 return d_->engine_->SendStanza(stanza);
xmppengineimpl.cc 254 XmppEngineImpl::SendStanza(const XmlElement * element) {
  /external/chromium_org/remoting/jingle_glue/
fake_signal_strategy.cc 76 bool FakeSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) {
xmpp_signal_strategy.cc 143 bool XmppSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) {
151 buzz::XmppReturnStatus status = xmpp_client_->SendStanza(stanza.release());
  /external/chromium/net/tools/testserver/
xmppserver_test.py 104 def SendStanza(self, _, unused=True):
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_org/remoting/host/
heartbeat_sender.cc 83 SendStanza();
85 this, &HeartbeatSender::SendStanza);
99 void HeartbeatSender::SendStanza() {
215 this, &HeartbeatSender::SendStanza);
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 319 self._connection.SendStanza(self._AUTH_STANZA, False)
326 self._connection.SendStanza(self._AUTH_SUCCESS_STANZA, False)
329 self._connection.SendStanza(self._AUTH_FAILURE_STANZA, False)
334 self._connection.SendStanza(self._BIND_STANZA, False)
348 self._connection.SendStanza(response)
356 self._connection.SendStanza(xml)
466 self.SendStanza(stanza)
468 def SendStanza(self, stanza, unlink=True):
491 self.SendStanza(notification_stanza, False)
xmppserver_test.py 109 def SendStanza(self, _, unused=True):

Completed in 550 milliseconds