Home
last modified time | relevance | path

Searched refs:GetSessionId (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/guest/hals/confirmationui/
Dguest_session.cpp79 ConfUiLog(INFO) << "Session " << GetSessionId() << " started on both the guest and the host"; in PromptUserConfirmation()
170 SerializedSend(cuttlefish::confui::SendStopCmd, host_fd_, GetSessionId()); in PromptUserConfirmation()
178 SerializedSend(cuttlefish::confui::SendStopCmd, host_fd_, GetSessionId()); in PromptUserConfirmation()
203 SerializedSend(cuttlefish::confui::SendUserSelection, host_fd_, GetSessionId(), in DeliverSecureInputEvent()
206 SerializedSend(cuttlefish::confui::SendUserSelection, host_fd_, GetSessionId(), in DeliverSecureInputEvent()
227 SerializedSend(cuttlefish::confui::SendAbortCmd, host_fd_, GetSessionId()); in Abort()
230 auto local_abort_cmd = std::make_unique<ConfUiAbortMessage>(GetSessionId()); in Abort()
DTrustyConfirmationUI.cpp108 if (!current_session_ || msg->GetSessionId() != current_session_->GetSessionId()) { in HostMessageFetcherLoop()
114 << "Received for " << msg->GetSessionId() in HostMessageFetcherLoop()
115 << " but currently running " << current_session_->GetSessionId(); in HostMessageFetcherLoop()
Dguest_session.h83 std::string GetSessionId() const { return session_name_; } in GetSessionId() function
/device/google/cuttlefish/host/libs/confui/
Dhost_server.cc183 const auto session_id = input.GetSessionId(); in MainLoop()
201 curr_session_ = CreateSession(input.GetSessionId()); in MainLoop()
250 const auto session_id = input.GetSessionId(); in Transition()
Dsecure_input.cc26 return msg->GetSessionId(); in CheckAndReturnSessionId()
/device/google/cuttlefish/common/libs/confui/
Dprotocol_types.h81 std::string GetSessionId() const { return session_id_; } in GetSessionId() function
Dprotocol.cpp108 auto recv_session_id = conf_ui_msg->GetSessionId(); in RecvConfUiMsg()