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()
58 using ::teeui::FetchConfirmationResult;378 std::tie(error, result) = app->issueCmd<FetchConfirmationResult, ResultMsg>(); in promptUserConfirmation_()