OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_session_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/protocol/
jingle_session_unittest.cc
139
client_session_
.reset();
257
client_session_
= client_server_->Connect(
260
client_session_
->SetEventHandler(&client_session_event_handler_);
266
client_session_
->GetTransportChannelFactory()->CreateChannel(
306
scoped_ptr<Session>
client_session_
;
member in class:remoting::protocol::JingleSessionTest
341
client_session_
= client_server_->Connect(
343
client_session_
->SetEventHandler(&client_session_event_handler_);
416
client_session_
= client_server_->Connect(
445
client_session_
= client_server_->Connect(
457
client_session_
->GetMultiplexedChannelFactory()->CreateChannel
[
all
...]
channel_multiplexer_unittest.cc
78
client_session_
.GetTransportChannelFactory(), kMuxChannelName));
88
client_session_
.fake_channel_factory().GetFakeChannel(
136
FakeSession
client_session_
;
member in class:remoting::protocol::ChannelMultiplexerTest
/external/chromium_org/remoting/host/
client_session_unittest.cc
170
// AutoThreadTaskRunner on which |
client_session_
| will be run.
182
scoped_ptr<ClientSession>
client_session_
;
member in class:remoting::ClientSessionTest
191
// Stubs returned to |
client_session_
| components by |connection_|.
249
client_session_
.reset(new ClientSession(
265
client_session_
->DisconnectSession();
267
client_session_
->OnConnectionClosed(
client_session_
->connection(),
272
client_session_
.reset();
313
client_session_
->OnConnectionAuthenticated(
client_session_
->connection())
[
all
...]
Completed in 2935 milliseconds