OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendStanza
(Results
1 - 25
of
25
) sorted by null
/external/autotest/client/cros/cellular/
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
...]
scpi_shell
47
s.
SendStanza
([line])
prologix_scpi_driver_test_noautorun.py
137
scpi_connection.
SendStanza
(['*WAI'])
147
scpi_connection.
SendStanza
(['*WAI'])
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'])
/external/webrtc/webrtc/libjingle/xmpp/
pingtask_unittest.cc
30
buzz::XmppReturnStatus
SendStanza
(const buzz::XmlElement* stanza);
65
buzz::XmppReturnStatus PingXmppClient::
SendStanza
(
67
buzz::XmppReturnStatus result = FakeXmppClient::
SendStanza
(stanza);
xmpppump.cc
60
buzz::XmppReturnStatus XmppPump::
SendStanza
(const buzz::XmlElement *stanza) {
62
return client_->
SendStanza
(stanza);
xmpppump.h
51
buzz::XmppReturnStatus
SendStanza
(const buzz::XmlElement *stanza);
xmpptask.h
62
virtual XmppReturnStatus
SendStanza
(const XmlElement* stanza) = 0;
129
XmppReturnStatus
SendStanza
(const XmlElement* stanza);
fakexmppclient.h
55
virtual XmppReturnStatus
SendStanza
(const XmlElement* stanza) {
iqtask.cc
32
buzz::XmppReturnStatus ret =
SendStanza
(stanza_.get());
33
// TODO: HandleError(NULL) if
SendStanza
fails?
pingtask.cc
72
SendStanza
(stanza.get());
xmpptask.cc
49
XmppReturnStatus XmppTask::
SendStanza
(const XmlElement* stanza) {
52
return GetClient()->
SendStanza
(stanza);
xmppclient.h
100
virtual XmppReturnStatus
SendStanza
(const XmlElement *stanza);
jingleinfotask.cc
30
if (
SendStanza
(get.get()) != XMPP_RETURN_OK) {
xmppengine_unittest.cc
244
engine()->
SendStanza
(&application_stanza);
257
engine()->
SendStanza
(&roster_get);
xmppengineimpl_iq.cc
60
SendStanza
(element);
226
SendStanza
(&error_element);
chatroommoduleimpl.cc
295
XmppReturnStatus status = engine()->
SendStanza
(&element);
311
XmppReturnStatus status = engine()->
SendStanza
(&element);
344
XmppReturnStatus status = engine()->
SendStanza
(&element);
391
IFR(engine()->
SendStanza
(&message));
presenceouttask.cc
63
if (
SendStanza
(stanza) != XMPP_RETURN_OK)
pubsub_task.cc
97
if (
SendStanza
(get_iq_request.get()) != buzz::XMPP_RETURN_OK) {
xmppengine.h
74
//! Connect,
SendStanza
, SendIq, Disconnect, or HandleInput.
266
virtual XmppReturnStatus
SendStanza
(const XmlElement * pelStanza) = 0;
xmppengineimpl.h
136
virtual XmppReturnStatus
SendStanza
(const XmlElement* stanza);
xmppclient.cc
325
XmppReturnStatus XmppClient::
SendStanza
(const XmlElement* stanza) {
326
return d_->engine_->
SendStanza
(stanza);
rostermoduleimpl.cc
612
return engine()->
SendStanza
(element);
640
return engine()->
SendStanza
(&element);
858
engine()->
SendStanza
(&result);
920
return engine()->
SendStanza
(&presence_request);
xmppengineimpl.cc
219
XmppReturnStatus XmppEngineImpl::
SendStanza
(const XmlElement* element) {
xmpplogintask_unittest.cc
86
engine_->
SendStanza
(&appStanza);
Completed in 457 milliseconds