Searched refs:SendStanza (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
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 Dxmpppump.cc77 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) { function in class:buzz::XmppPump
79 return client_->SendStanza(stanza);
H A Dxmpppump.h68 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement *stanza);
H A Dxmpptask.h79 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) = 0;
146 XmppReturnStatus SendStanza(const XmlElement* stanza);
H A Dfakexmppclient.h72 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) { function in class:buzz::FakeXmppClient
H A Diqtask.cc49 buzz::XmppReturnStatus ret = SendStanza(stanza_.get());
50 // TODO: HandleError(NULL) if SendStanza fails?
H A Dpingtask.cc65 SendStanza(stanza.get());
H A Dxmpptask.cc66 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) { function in class:buzz::XmppTask
69 return GetClient()->SendStanza(stanza);
H A Dxmppclient.h118 virtual XmppReturnStatus SendStanza(const XmlElement *stanza);
H A Djingleinfotask.cc47 if (SendStanza(get.get()) != XMPP_RETURN_OK) {
/external/chromium_org/remoting/signaling/
H A Dmock_signal_strategy.h30 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE {
H A Dsignal_strategy.h89 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) = 0;
H A Dfake_signal_strategy.h49 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE;
H A Dxmpp_signal_strategy.h70 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dmucinvitesendtask.cc57 if (SendStanza(stanza) != XMPP_RETURN_OK)
H A Dfriendinvitesendtask.cc70 if (SendStanza(stanza) != XMPP_RETURN_OK)
/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)
/external/chromium_org/jingle/notifier/listener/
H A Dsend_ping_task.cc35 if (SendStanza(stanza.get()) != buzz::XMPP_RETURN_OK) {
H A Dpush_notifications_send_update_task.cc34 if (SendStanza(stanza.get()) != buzz::XMPP_RETURN_OK) {
H A Dpush_notifications_subscribe_task.cc49 if (SendStanza(iq_stanza.get()) != buzz::XMPP_RETURN_OK) {
/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
H A Ddelegating_signal_strategy.h36 virtual bool SendStanza(scoped_ptr<buzz::XmlElement> stanza) OVERRIDE;
/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);
H A Dheartbeat_sender.h118 void SendStanza();
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsessionsendtask.h102 SendStanza(stanza_.get());

Completed in 1449 milliseconds

12