OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JingleSessionManager
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/remoting/protocol/
jingle_session_manager.cc
23
JingleSessionManager
::
JingleSessionManager
(
31
JingleSessionManager
::~
JingleSessionManager
() {
35
void
JingleSessionManager
::Init(
47
scoped_ptr<Session>
JingleSessionManager
::Connect(
60
void
JingleSessionManager
::Close() {
74
void
JingleSessionManager
::set_authenticator_factory(
80
void
JingleSessionManager
::OnSignalStrategyStateChange(
88
bool
JingleSessionManager
::OnSignalStrategyIncomingStanza
[
all
...]
jingle_session_manager.h
39
//
JingleSessionManager
and JingleSession implement the subset of the
40
// Jingle protocol used in Chromoting.
JingleSessionManager
provides
43
class
JingleSessionManager
: public SessionManager,
46
explicit
JingleSessionManager
(scoped_ptr<TransportFactory> transport_factory);
47
virtual ~
JingleSessionManager
();
95
DISALLOW_COPY_AND_ASSIGN(
JingleSessionManager
);
jingle_session.h
34
class
JingleSessionManager
;
36
//
JingleSessionManager
and JingleSession implement the subset of the
38
// created by the
JingleSessionManager
.
75
friend class
JingleSessionManager
;
80
explicit JingleSession(
JingleSessionManager
* session_manager);
90
// Called by
JingleSessionManager
for incoming connections.
113
// Called by
JingleSessionManager
on incoming |message|. Must call
151
JingleSessionManager
* session_manager_;
jingle_session_unittest.cc
158
host_server_.reset(new
JingleSessionManager
(host_transport.Pass()));
174
new
JingleSessionManager
(client_transport.Pass()));
298
scoped_ptr<
JingleSessionManager
> host_server_;
300
scoped_ptr<
JingleSessionManager
> client_server_;
connection_to_host.cc
76
session_manager_.reset(new
JingleSessionManager
(transport_factory.Pass()));
jingle_session.cc
69
JingleSession::JingleSession(
JingleSessionManager
* session_manager)
/external/chromium_org/remoting/host/
session_manager_factory.cc
32
scoped_ptr<protocol::
JingleSessionManager
> session_manager(
33
new protocol::
JingleSessionManager
(transport_factory.Pass()));
Completed in 616 milliseconds