Home | History | Annotate | Download | only in host

Lines Matching refs:Session

107   // Destroy the session manager to make sure that |signal_strategy_| does not
236 void ChromotingHost::OnSessionSequenceNumber(ClientSession* session,
242 ClientSession* session,
247 OnClientRouteChange(session->client_jid(), channel_name,
258 protocol::Session* session,
279 if (!protocol_config_->Select(session->candidate_config(), &config)) {
280 LOG(WARNING) << "Rejecting connection from " << session->jid()
286 session->set_config(config);
290 HOST_LOG << "Client connected: " << session->jid();
294 new protocol::ConnectionToClient(session));