Home
last modified time | relevance | path

Searched refs:FetchConfirmationResult (Results 1 – 3 of 3) sorted by relevance

/system/teeui/libteeui/include/teeui/
Dgeneric_messages.h34 FetchConfirmationResult, enumerator
49 DECLARE_GENERIC_COMMAND(FetchConfirmationResult);
60 using FetchConfirmationResult = Message<CmdFetchConfirmationResult>; variable
Dgeneric_operation.h203 case Command::FetchConfirmationResult: in dispatchCommandMessage()
/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp58 using ::teeui::FetchConfirmationResult;
378 std::tie(error, result) = app->issueCmd<FetchConfirmationResult, ResultMsg>(); in promptUserConfirmation_()