Searched refs:resultCB (Results 1 – 2 of 2) sorted by relevance
/system/core/trusty/confirmationui/ |
D | TrustyConfirmationUI.cpp | 391 const sp<IConfirmationResultCallback>& resultCB, const hidl_string& promptText, in promptUserConfirmation() argument 416 [this](sp<IConfirmationResultCallback> resultCB, hidl_string promptText, in promptUserConfirmation() 423 resultCB; in promptUserConfirmation() 427 auto error = resultCB->result(prompt_result_, msg, token); in promptUserConfirmation() 435 resultCB, promptText, extraData, locale, uiOptions); in promptUserConfirmation()
|
D | TrustyConfirmationUI.h | 54 Return<ResponseCode> promptUserConfirmation(const sp<IConfirmationResultCallback>& resultCB,
|