Home
last modified time | relevance | path

Searched refs:SendStanza (Results 1 – 25 of 26) sorted by relevance

12

/external/autotest/client/cros/cellular/
Dbase_station_8960.py54 self.c.SendStanza(['SYSTEM:PRESet3'])
95 self.c.SendStanza(['CALL:COUNt:DTMonitor:CLEar'])
110 self.c.SendStanza([
115 self.c.SendStanza([
120 self.c.SendStanza([
126 self.c.SendStanza([
129 self.c.SendStanza([
149 self.c.SendStanza(
157 self.c.SendStanza(stanza)
166 self.c.SendStanza(stanza)
[all …]
Dbase_station_pxt.py112 self.c.SendStanza(['AMPLitude:ALL -120'])
114 self.c.SendStanza(['AMPLitude:ALL %s' % dbm])
155 self.c.SendStanza(commands)
158 self.c.SendStanza(['BSE:SIMULator STOP'])
Dprologix_scpi_driver_test_noautorun.py137 scpi_connection.SendStanza(['*WAI'])
147 scpi_connection.SendStanza(['*WAI'])
Dscpi_shell47 s.SendStanza([line])
Dscpi.py136 def SendStanza(self, commands): member in Scpi
/external/webrtc/webrtc/libjingle/xmpp/
Dpingtask_unittest.cc30 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement* stanza);
65 buzz::XmppReturnStatus PingXmppClient::SendStanza( in SendStanza() function in PingXmppClient
67 buzz::XmppReturnStatus result = FakeXmppClient::SendStanza(stanza); in SendStanza()
Dxmpppump.cc60 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) { in SendStanza() function in buzz::XmppPump
62 return client_->SendStanza(stanza); in SendStanza()
Dxmpptask.h62 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) = 0;
129 XmppReturnStatus SendStanza(const XmlElement* stanza);
Dxmpptask.cc49 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) { in SendStanza() function in buzz::XmppTask
52 return GetClient()->SendStanza(stanza); in SendStanza()
Dchatroommoduleimpl.cc295 XmppReturnStatus status = engine()->SendStanza(&element); in RequestEnterChatroom()
311 XmppReturnStatus status = engine()->SendStanza(&element); in RequestExitChatroom()
344 XmppReturnStatus status = engine()->SendStanza(&element); in RequestConnectionStatusChange()
391 IFR(engine()->SendStanza(&message)); in SendMessage()
Dxmppengineimpl_iq.cc60 SendStanza(element); in SendIq()
226 SendStanza(&error_element); in SendStanzaError()
Dxmpppump.h51 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement *stanza);
Dxmppengine_unittest.cc244 engine()->SendStanza(&application_stanza); in TEST_F()
257 engine()->SendStanza(&roster_get); in TEST_F()
Diqtask.cc32 buzz::XmppReturnStatus ret = SendStanza(stanza_.get()); in ProcessStart()
Dpingtask.cc72 SendStanza(stanza.get()); in ProcessStart()
Dfakexmppclient.h55 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) { in SendStanza() function
Drostermoduleimpl.cc612 return engine()->SendStanza(element); in BroadcastPresence()
640 return engine()->SendStanza(&element); in SendDirectedPresence()
858 engine()->SendStanza(&result); in HandleStanza()
920 return engine()->SendStanza(&presence_request); in SendSubscriptionRequest()
Dxmppclient.h100 virtual XmppReturnStatus SendStanza(const XmlElement *stanza);
Djingleinfotask.cc30 if (SendStanza(get.get()) != XMPP_RETURN_OK) { in ProcessStart()
Dxmppclient.cc325 XmppReturnStatus XmppClient::SendStanza(const XmlElement* stanza) { in SendStanza() function in buzz::XmppClient
326 return d_->engine_->SendStanza(stanza); in SendStanza()
Dpresenceouttask.cc63 if (SendStanza(stanza) != XMPP_RETURN_OK) in ProcessStart()
Dpubsub_task.cc97 if (SendStanza(get_iq_request.get()) != buzz::XMPP_RETURN_OK) { in SubscribeToNode()
Dxmppengine.h266 virtual XmppReturnStatus SendStanza(const XmlElement * pelStanza) = 0;
Dxmppengineimpl.h136 virtual XmppReturnStatus SendStanza(const XmlElement* stanza);
Dxmppengineimpl.cc219 XmppReturnStatus XmppEngineImpl::SendStanza(const XmlElement* element) { in SendStanza() function in buzz::XmppEngineImpl

12