Searched refs:ResultMsg (Results 1 – 3 of 3) sorted by relevance
59 using ResultMsg = Message<ResponseCode, MsgVector<uint8_t>, MsgVector<uint8_t>>; variable
236 return write(ResultMsg(), out, rc, message, token); in command()
63 using ::teeui::ResultMsg;378 std::tie(error, result) = app->issueCmd<FetchConfirmationResult, ResultMsg>(); in promptUserConfirmation_()