Home
last modified time | relevance | path

Searched refs:response_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/confui/
Dprotocol_types.h142 response_(response), in ConfUiMessage()
148 auto GetResponse() const { return response_; } in GetResponse()
154 UserResponse::type response_; // plain format
196 : ConfUiMessage(session_id), response_(response) {} in ConfUiUserSelectionMessage()
200 auto GetResponse() const { return response_; } in GetResponse()
204 UserResponse::type response_;
214 response_(UserResponse::kTouchEvent) {} in ConfUiUserTouchMessage()
218 auto GetResponse() const { return response_; } in GetResponse()
225 UserResponse::type response_; variable
Dprotocol_types.cpp124 return CreateString(session_id_, confui::ToString(GetType()), response_, in ToString()
129 return Send_(fd, GetType(), session_id_, response_, sign_, message_); in SendOver()
157 return CreateString(session_id_, confui::ToString(GetType()), response_); in ToString()
161 return Send_(fd, GetType(), session_id_, response_); in SendOver()
168 return CreateString(session_id_, confui::ToString(GetType()), response_, pos); in ToString()