Searched refs:session_manager_ (Results 1 – 2 of 2) sorted by relevance
172 session_manager_ = SessionManager::CreateManager(session_kind); in Impl()176 std::unique_ptr<SessionManager> session_manager_; member221 if (!impl_->session_manager_->DestroySession(task_data.SessionId())) { in FinishTask()248 impl_->session_manager_->CreateSession(task_data.SessionId(), in BeginTaskForSockets()299 impl_->session_manager_->CreateSession(task_data.SessionId(), in BeginTask()
1123 session_manager_ = SessionManager::CreateManager(SessionKind::kInProcessDirect); in Impl()1124 DCHECK(session_manager_ != nullptr); in Impl()1228 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand()1239 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand()1249 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand()1264 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand()1270 if (session_manager_->CreateSession(command.session_id, /*description*/*command.file_path) in ReceiveCommand()1278 if (!session_manager_->DestroySession(command.session_id)) { in ReceiveCommand()1285 std::shared_ptr<Session> session = session_manager_->FindSession(command.session_id); in ReceiveCommand()1297 session_manager_->Dump(LOG_STREAM(DEBUG), /*multiline*/true); in ReceiveCommand()[all …]