#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_ |
|
◆ ConfUiAckMessage()
cuttlefish::confui::ConfUiAckMessage::ConfUiAckMessage |
( |
const std::string & |
session_id, |
|
|
const bool |
is_success, |
|
|
const std::string & |
status |
|
) |
| |
|
inline |
◆ ~ConfUiAckMessage()
virtual cuttlefish::confui::ConfUiAckMessage::~ConfUiAckMessage |
( |
| ) |
|
|
virtualdefault |
◆ GetStatusMessage()
std::string cuttlefish::confui::ConfUiAckMessage::GetStatusMessage |
( |
| ) |
const |
|
inline |
◆ GetType()
ConfUiCmd cuttlefish::confui::ConfUiAckMessage::GetType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ IsSuccess()
bool cuttlefish::confui::ConfUiAckMessage::IsSuccess |
( |
| ) |
const |
|
inline |
◆ SendOver()
bool cuttlefish::confui::ConfUiAckMessage::SendOver |
( |
SharedFD |
fd | ) |
|
|
overridevirtual |
◆ ToString()
std::string cuttlefish::confui::ConfUiAckMessage::ToString |
( |
| ) |
const |
|
overridevirtual |
◆ is_success_
bool cuttlefish::confui::ConfUiAckMessage::is_success_ |
|
private |
◆ status_message_
std::string cuttlefish::confui::ConfUiAckMessage::status_message_ |
|
private |
The documentation for this class was generated from the following files: