OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stanza
(Results
51 - 66
of
66
) sorted by null
1
2
3
/external/webrtc/webrtc/libjingle/xmpp/
hangoutpubsubclient_unittest.cc
86
void OnRequestError(const std::string& node, const buzz::XmlElement*
stanza
) {
92
const buzz::XmlElement*
stanza
) {
98
const buzz::XmlElement*
stanza
) {
104
const buzz::XmlElement*
stanza
) {
110
const buzz::XmlElement*
stanza
) {
116
const buzz::XmlElement*
stanza
) {
129
const buzz::XmlElement*
stanza
) {
143
const buzz::XmlElement*
stanza
) {
xmppclient.h
73
// When there is a <stream:error>
stanza
, return the
stanza
100
virtual XmppReturnStatus SendStanza(const XmlElement *
stanza
);
pubsubclient_unittest.cc
46
const buzz::XmlElement*
stanza
) {
59
const buzz::XmlElement*
stanza
) {
71
const buzz::XmlElement*
stanza
) {
chatroommoduleimpl.cc
157
XmppChatroomModuleImpl::HandleStanza(const XmlElement*
stanza
) {
161
Jid from_jid = Jid(
stanza
->Attr(QN_FROM));
166
// handle presence
stanza
167
if (
stanza
->Name() == QN_PRESENCE) {
169
ServerChangeMyPresence(*
stanza
);
171
ServerChangedOtherPresence(*
stanza
);
173
} else if (
stanza
->Name() == QN_MESSAGE) {
174
FireMessageReceived(*
stanza
);
554
// $TODO send original
stanza
back to server and log an error?
xmppengine_unittest.cc
38
// This class grabs the response to an IQ
stanza
and stores it in a string.
41
virtual void IqResponse(XmppIqCookie, const XmlElement *
stanza
) {
42
ss_ <<
stanza
->Str();
241
// Queue up an app
stanza
242
XmlElement application_stanza(QName("test", "app-
stanza
"));
249
EXPECT_EQ("<test:app-
stanza
xmlns:test=\"test\">this-is-a-test"
250
"</test:app-
stanza
>", handler()->OutputActivity());
252
// do another
stanza
xmppengine.h
26
//! XMPP
stanza
error codes.
106
//! Process the given
stanza
.
107
//! The handler must return true if it has handled the
stanza
.
108
//! A false return value causes the
stanza
to be passed on to
110
virtual bool HandleStanza(const XmlElement *
stanza
) = 0;
234
//! The stream:error
stanza
, when the error is XmppEngine::ERROR_STREAM.
235
//! Notice the
stanza
returned is owned by the XmppEngine and
258
//!
Stanza
delivery is chained to session handlers; the first to
259
//! return 'true' is the last to get each
stanza
.
265
//! Sends a
stanza
to the server
[
all
...]
xmppclient.cc
325
XmppReturnStatus XmppClient::SendStanza(const XmlElement*
stanza
) {
326
return d_->engine_->SendStanza(
stanza
);
pubsubtasks_unittest.cc
63
void OnError(buzz::IqTask* task, const buzz::XmlElement*
stanza
) {
/external/libweave/src/notification/
xml_node_unittest.cc
32
void OnStanza(std::unique_ptr<XmlNode>
stanza
) override {
33
node_->AddChild(std::move(
stanza
));
xmpp_stream_parser_unittest.cc
62
void OnStanza(std::unique_ptr<XmlNode>
stanza
) override {
63
stanzas_.push_back(std::move(
stanza
));
/prebuilts/go/darwin-x86/src/cmd/objdump/
main.go
29
// Each
stanza
gives the disassembly for a contiguous range of addresses
/prebuilts/go/linux-x86/src/cmd/objdump/
main.go
29
// Each
stanza
gives the disassembly for a contiguous range of addresses
/prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go
19
The
stanza
/prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go
19
The
stanza
/prebuilts/go/darwin-x86/src/regexp/
exec_test.go
43
// The
stanza
begins by defining a set of strings, quoted
/prebuilts/go/linux-x86/src/regexp/
exec_test.go
43
// The
stanza
begins by defining a set of strings, quoted
Completed in 280 milliseconds
1
2
3