/external/autotest/client/cros/cellular/ |
D | base_station_8960.py | 54 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 …]
|
D | base_station_pxt.py | 112 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'])
|
D | prologix_scpi_driver_test_noautorun.py | 137 scpi_connection.SendStanza(['*WAI']) 147 scpi_connection.SendStanza(['*WAI'])
|
D | scpi_shell | 47 s.SendStanza([line])
|
D | scpi.py | 136 def SendStanza(self, commands): member in Scpi
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | pingtask_unittest.cc | 30 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()
|
D | xmpppump.cc | 60 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) { in SendStanza() function in buzz::XmppPump 62 return client_->SendStanza(stanza); in SendStanza()
|
D | xmpptask.h | 62 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) = 0; 129 XmppReturnStatus SendStanza(const XmlElement* stanza);
|
D | xmpptask.cc | 49 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) { in SendStanza() function in buzz::XmppTask 52 return GetClient()->SendStanza(stanza); in SendStanza()
|
D | chatroommoduleimpl.cc | 295 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()
|
D | xmppengineimpl_iq.cc | 60 SendStanza(element); in SendIq() 226 SendStanza(&error_element); in SendStanzaError()
|
D | xmpppump.h | 51 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement *stanza);
|
D | xmppengine_unittest.cc | 244 engine()->SendStanza(&application_stanza); in TEST_F() 257 engine()->SendStanza(&roster_get); in TEST_F()
|
D | iqtask.cc | 32 buzz::XmppReturnStatus ret = SendStanza(stanza_.get()); in ProcessStart()
|
D | pingtask.cc | 72 SendStanza(stanza.get()); in ProcessStart()
|
D | fakexmppclient.h | 55 virtual XmppReturnStatus SendStanza(const XmlElement* stanza) { in SendStanza() function
|
D | rostermoduleimpl.cc | 612 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()
|
D | xmppclient.h | 100 virtual XmppReturnStatus SendStanza(const XmlElement *stanza);
|
D | jingleinfotask.cc | 30 if (SendStanza(get.get()) != XMPP_RETURN_OK) { in ProcessStart()
|
D | xmppclient.cc | 325 XmppReturnStatus XmppClient::SendStanza(const XmlElement* stanza) { in SendStanza() function in buzz::XmppClient 326 return d_->engine_->SendStanza(stanza); in SendStanza()
|
D | presenceouttask.cc | 63 if (SendStanza(stanza) != XMPP_RETURN_OK) in ProcessStart()
|
D | pubsub_task.cc | 97 if (SendStanza(get_iq_request.get()) != buzz::XMPP_RETURN_OK) { in SubscribeToNode()
|
D | xmppengine.h | 266 virtual XmppReturnStatus SendStanza(const XmlElement * pelStanza) = 0;
|
D | xmppengineimpl.h | 136 virtual XmppReturnStatus SendStanza(const XmlElement* stanza);
|
D | xmppengineimpl.cc | 219 XmppReturnStatus XmppEngineImpl::SendStanza(const XmlElement* element) { in SendStanza() function in buzz::XmppEngineImpl
|