Searched refs:GetSessionId (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/guest/hals/confirmationui/ |
D | guest_session.cpp | 79 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()
|
D | TrustyConfirmationUI.cpp | 108 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()
|
D | guest_session.h | 83 std::string GetSessionId() const { return session_name_; } in GetSessionId() function
|
/device/google/cuttlefish/host/libs/confui/ |
D | host_server.cc | 183 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()
|
D | secure_input.cc | 26 return msg->GetSessionId(); in CheckAndReturnSessionId()
|
/device/google/cuttlefish/common/libs/confui/ |
D | protocol_types.h | 81 std::string GetSessionId() const { return session_id_; } in GetSessionId() function
|
D | protocol.cpp | 108 auto recv_session_id = conf_ui_msg->GetSessionId(); in RecvConfUiMsg()
|