Searched refs:resultCB (Results 1 – 2 of 2) sorted by relevance
/aosp14/system/core/trusty/confirmationui/ |
H A D | TrustyConfirmationUI.cpp | 383 const shared_ptr<IConfirmationResultCallback>& resultCB, const vector<uint8_t>& promptTextBytes, in promptUserConfirmation() argument 410 [this](const shared_ptr<IConfirmationResultCallback>& resultCB, const string& promptText, in promptUserConfirmation() 418 resultCB; in promptUserConfirmation() 422 auto error = resultCB->result(prompt_result_, msg, token); in promptUserConfirmation() 430 resultCB, promptText, extraData, locale, uiOptions); in promptUserConfirmation()
|
H A D | TrustyConfirmationUI.h | 51 promptUserConfirmation(const shared_ptr<IConfirmationResultCallback>& resultCB,
|