Home
last modified time | relevance | path

Searched refs:resultCB (Results 1 – 2 of 2) sorted by relevance

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp391 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()
DTrustyConfirmationUI.h54 Return<ResponseCode> promptUserConfirmation(const sp<IConfirmationResultCallback>& resultCB,