Searched refs:FetchConfirmationResult (Results 1 – 3 of 3) sorted by relevance
34 FetchConfirmationResult, enumerator49 DECLARE_GENERIC_COMMAND(FetchConfirmationResult);60 using FetchConfirmationResult = Message<CmdFetchConfirmationResult>; variable
203 case Command::FetchConfirmationResult: in dispatchCommandMessage()
51 using ::teeui::FetchConfirmationResult;370 std::tie(error, result) = app->issueCmd<FetchConfirmationResult, ResultMsg>(); in promptUserConfirmation_()