OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmppClient
(Results
1 - 25
of
25
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.cc
28
#include "
xmppclient
.h"
39
talk_base::TaskParent*
XmppClient
::GetParent(int code) {
46
class
XmppClient
::Private :
52
Private(
XmppClient
* client) :
63
XmppClient
* const client_;
93
XmppClient
::Connect(const XmppClientSettings & settings, const std::string & lang, AsyncSocket * socket, PreXmppAuth * pre_auth) {
146
XmppClient
::GetState() {
153
XmppClient
::GetError(int *subcode) {
169
XmppClient
::GetStreamError() {
176
CaptchaChallenge
XmppClient
::GetCaptchaChallenge()
[
all
...]
xmpptask.h
45
// See Task and
XmppClient
first.
47
// XmppTask is a task that is designed to go underneath
XmppClient
and be
48
// useful there. It has a way of finding its
XmppClient
parent so you
49
// can have it nested arbitrarily deep under an
XmppClient
and it can
64
class
XmppClient
;
76
virtual
XmppClient
* GetClient() const { return client_; }
85
friend class
XmppClient
;
118
XmppClient
* client_;
xmppclient.h
50
//
XMPPCLIENT
54
// See Task first.
XmppClient
is a parent task for XmppTasks.
56
//
XmppClient
is a task which is designed to be the parent task for
59
// listener should be a task that is a child of the
XmppClient
that owns
60
// the connection you are using.
XmppClient
has all the utility methods
63
//
XmppClient
is just a wrapper for XmppEngine, and if I were writing it
64
// all over again, I would make
XmppClient
== XmppEngine. Why?
71
class
XmppClient
: public talk_base::Task, public sigslot::has_slots<>
74
explicit
XmppClient
(talk_base::TaskParent * parent);
75
~
XmppClient
();
[
all
...]
xmpptask.cc
29
#include "talk/xmpp/
xmppclient
.h"
44
XmppClient
* client =
45
static_cast<
XmppClient
*>(parent->GetParent(XMPP_CLIENT_TASK_CODE));
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclient.cc
28
#include "
xmppclient
.h"
41
class
XmppClient
::Private :
47
explicit Private(
XmppClient
* client) :
64
XmppClient
* const client_;
110
XmppReturnStatus
XmppClient
::Connect(
170
XmppEngine::State
XmppClient
::GetState() const {
176
XmppEngine::Error
XmppClient
::GetError(int* subcode) {
191
const XmlElement*
XmppClient
::GetStreamError() {
198
CaptchaChallenge
XmppClient
::GetCaptchaChallenge() {
204
std::string
XmppClient
::GetAuthMechanism()
[
all
...]
xmpppump.h
35
#include "talk/xmpp/
xmppclient
.h"
53
buzz::
XmppClient
*client() { return client_; }
71
buzz::
XmppClient
*client_;
xmppthread.h
45
buzz::
XmppClient
* client() { return pump_->client(); }
xmppclient.h
50
//
XMPPCLIENT
54
// See Task first.
XmppClient
is a parent task for XmppTasks.
56
//
XmppClient
is a task which is designed to be the parent task for
59
// listener should be a task that is a child of the
XmppClient
that owns
60
// the connection you are using.
XmppClient
has all the utility methods
63
//
XmppClient
is just a wrapper for XmppEngine, and if I were writing it
64
// all over again, I would make
XmppClient
== XmppEngine. Why?
71
class
XmppClient
: public XmppTaskParentInterface,
76
explicit
XmppClient
(talk_base::TaskParent * parent);
77
virtual ~
XmppClient
();
[
all
...]
xmpppump.cc
37
client_ = new buzz::
XmppClient
(this); // NOTE: deleted by TaskRunner
/external/chromium_org/jingle/notifier/base/
weak_xmpp_client.cc
12
: buzz::
XmppClient
(parent),
22
// We don't want
XmppClient
raising any signals once its invalidated.
36
// We don't want
XmppClient
used after it has been stopped.
38
buzz::
XmppClient
::Stop();
weak_xmpp_client.h
5
// A thin wrapper around buzz::
XmppClient
that exposes weak pointers
6
// so that users know when the buzz::
XmppClient
becomes invalid to use
16
#include "talk/xmpp/
xmppclient
.h"
24
// buzz::
XmppClient
's destructor isn't marked virtual, but it inherits
27
class WeakXmppClient : public buzz::
XmppClient
, public base::NonThreadSafe {
33
// Returns a weak pointer that is invalidated when the
XmppClient
weak_xmpp_client_unittest.cc
39
void ConnectSignals(buzz::
XmppClient
* xmpp_client) {
56
void RaiseSignals(buzz::
XmppClient
* xmpp_client) {
/external/chromium/third_party/libjingle/source/talk/examples/login/
xmpppump.h
35
#include "talk/xmpp/
xmppclient
.h"
51
buzz::
XmppClient
*client() { return client_; }
69
buzz::
XmppClient
*client_;
xmppthread.h
43
buzz::
XmppClient
* client() { return pump_->client(); }
xmpppump.cc
34
client_ = new buzz::
XmppClient
(this); // NOTE: deleted by TaskRunner
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chatapp.h
35
#include "talk/xmpp/
xmppclient
.h"
38
class
XmppClient
;
53
// xmpp_client Points to the
XmppClient
for the communication channel
57
ChatApp(buzz::
XmppClient
* xmpp_client, talk_base::Thread* main_thread);
119
// Connected to the
XmppClient
::SignalStateChange slot. Receives
139
// The
XmppClient
object associated with this chat application instance.
140
buzz::
XmppClient
* xmpp_client_;
chatapp.cc
39
ChatApp::ChatApp(buzz::
XmppClient
* xmpp_client, talk_base::Thread* main_thread)
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
autoportallocator.h
37
#include "talk/xmpp/
xmppclient
.h"
39
// This class sets the relay and stun servers using
XmppClient
.
48
// Creates and initiates a task to get relay token from
XmppClient
and set
50
void SetXmppClient(buzz::
XmppClient
* client) {
/external/chromium_org/jingle/notifier/communicator/
login.h
23
class
XmppClient
;
/external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.h
22
#include "third_party/libjingle/source/talk/xmpp/
xmppclient
.h"
96
buzz::
XmppClient
* xmpp_client_;
xmpp_signal_strategy.cc
60
// Destroying task runner will destroy
XmppClient
, but
XmppClient
may be on
93
xmpp_client_ = new buzz::
XmppClient
(task_runner_.get());
/external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h
38
#include "talk/xmpp/
xmppclient
.h"
81
explicit CallClient(buzz::
XmppClient
* xmpp_client);
168
buzz::
XmppClient
* xmpp_client_;
callclient.cc
237
CallClient::CallClient(buzz::
XmppClient
* xmpp_client)
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h
44
#include "talk/xmpp/
xmppclient
.h"
104
CallClient(buzz::
XmppClient
* xmpp_client,
305
buzz::
XmppClient
* xmpp_client_;
callclient.cc
374
CallClient::CallClient(buzz::
XmppClient
* xmpp_client,
[
all
...]
Completed in 2675 milliseconds