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

  /external/webrtc/webrtc/libjingle/xmpp/
xmpppump.cc 60 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) {
62 return client_->SendStanza(stanza);
fakexmppclient.h 55 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) {
pingtask_unittest.cc 30 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement* stanza);
65 buzz::XmppReturnStatus PingXmppClient::SendStanza(
67 buzz::XmppReturnStatus result = FakeXmppClient::SendStanza(stanza);
xmpptask.cc 49 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) {
52 return GetClient()->SendStanza(stanza);
xmppclient.cc 325 XmppReturnStatus XmppClient::SendStanza(const XmlElement* stanza) {
326 return d_->engine_->SendStanza(stanza);
xmppengineimpl.cc 219 XmppReturnStatus XmppEngineImpl::SendStanza(const XmlElement* element) {
  /external/autotest/client/cros/cellular/
scpi.py 136 def SendStanza(self, commands):

Completed in 251 milliseconds