Searched defs:SendStanza (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpppump.cc77 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) { function in class:buzz::XmppPump
79 return client_->SendStanza(stanza);
H A Dfakexmppclient.h72 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) { function in class:buzz::FakeXmppClient
H A Dpingtask_unittest.cc47 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement* stanza);
82 buzz::XmppReturnStatus PingXmppClient::SendStanza( function in class:PingXmppClient
84 buzz::XmppReturnStatus result = FakeXmppClient::SendStanza(stanza);
H A Dxmpptask.cc66 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) { function in class:buzz::XmppTask
69 return GetClient()->SendStanza(stanza);
H A Dxmppclient.cc342 XmppReturnStatus XmppClient::SendStanza(const XmlElement* stanza) { function in class:buzz::XmppClient
343 return d_->engine_->SendStanza(stanza);
H A Dxmppengineimpl.cc236 XmppReturnStatus XmppEngineImpl::SendStanza(const XmlElement* element) { function in class:buzz::XmppEngineImpl
/external/chromium_org/remoting/client/plugin/
H A Ddelegating_signal_strategy.cc64 bool DelegatingSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) { function in class:remoting::DelegatingSignalStrategy
/external/chromium_org/remoting/signaling/
H A Dfake_signal_strategy.cc94 bool FakeSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) { function in class:remoting::FakeSignalStrategy
H A Dxmpp_signal_strategy.cc148 bool XmppSignalStrategy::SendStanza(scoped_ptr<buzz::XmlElement> stanza) { function in class:remoting::XmppSignalStrategy
156 buzz::XmppReturnStatus status = xmpp_client_->SendStanza(stanza.release());
/external/chromium_org/remoting/host/
H A Dheartbeat_sender.cc84 SendStanza();
86 this, &HeartbeatSender::SendStanza);
100 void HeartbeatSender::SendStanza() { function in class:remoting::HeartbeatSender
216 this, &HeartbeatSender::SendStanza);
/external/chromium_org/sync/tools/testserver/
H A Dxmppserver.py319 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): member in class:XmppConnection
491 self.SendStanza(notification_stanza, False)
H A Dxmppserver_test.py109 def SendStanza(self, _, unused=True): member in class:HandshakeTaskTest

Completed in 830 milliseconds