#include <protocol_types.h>
|
template<typename... Args> |
static std::string | CreateString (Args &&... args) |
|
template<typename... Args> |
static bool | Send_ (SharedFD fd, const ConfUiCmd cmd, const std::string &session_id, Args &&... args) |
|
std::string | session_id_ |
|
◆ ConfUiStartMessage()
cuttlefish::confui::ConfUiStartMessage::ConfUiStartMessage |
( |
const std::string |
session_id, |
|
|
const std::string & |
prompt_text = "" , |
|
|
const std::vector< std::uint8_t > & |
extra_data = {} , |
|
|
const std::string & |
locale = "C" , |
|
|
const std::vector< teeui::UIOption > |
ui_opts = {} |
|
) |
| |
|
inline |
◆ ~ConfUiStartMessage()
virtual cuttlefish::confui::ConfUiStartMessage::~ConfUiStartMessage |
( |
| ) |
|
|
virtualdefault |
◆ GetExtraData()
std::vector< std::uint8_t > cuttlefish::confui::ConfUiStartMessage::GetExtraData |
( |
| ) |
const |
|
inline |
◆ GetLocale()
std::string cuttlefish::confui::ConfUiStartMessage::GetLocale |
( |
| ) |
const |
|
inline |
◆ GetPromptText()
std::string cuttlefish::confui::ConfUiStartMessage::GetPromptText |
( |
| ) |
const |
|
inline |
◆ GetType()
ConfUiCmd cuttlefish::confui::ConfUiStartMessage::GetType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetUiOpts()
std::vector< teeui::UIOption > cuttlefish::confui::ConfUiStartMessage::GetUiOpts |
( |
| ) |
const |
|
inline |
◆ SendOver()
bool cuttlefish::confui::ConfUiStartMessage::SendOver |
( |
SharedFD |
fd | ) |
|
|
overridevirtual |
◆ ToString()
std::string cuttlefish::confui::ConfUiStartMessage::ToString |
( |
| ) |
const |
|
overridevirtual |
◆ UiOptsToString()
std::string cuttlefish::confui::ConfUiStartMessage::UiOptsToString |
( |
| ) |
const |
|
private |
◆ extra_data_
std::vector<std::uint8_t> cuttlefish::confui::ConfUiStartMessage::extra_data_ |
|
private |
◆ locale_
std::string cuttlefish::confui::ConfUiStartMessage::locale_ |
|
private |
◆ prompt_text_
std::string cuttlefish::confui::ConfUiStartMessage::prompt_text_ |
|
private |
◆ ui_opts_
std::vector<teeui::UIOption> cuttlefish::confui::ConfUiStartMessage::ui_opts_ |
|
private |
The documentation for this class was generated from the following files: