Searched refs:resultCB (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/confirmationui/ |
D | TrustyConfirmationUI.cpp | 124 void TrustyConfirmationUI::RunSession(shared_ptr<IConfirmationResultCallback> resultCB, in RunSession() argument 142 resultCB; in RunSession() 147 auto error = resultCB->result(prompt_result_, msg, token); in RunSession() 165 const shared_ptr<IConfirmationResultCallback>& resultCB, const vector<uint8_t>& promptTextBytes, in promptUserConfirmation() argument 196 auto worker = [this](const shared_ptr<IConfirmationResultCallback>& resultCB, in promptUserConfirmation() 199 RunSession(resultCB, promptText, extraData, locale, uiOptions); in promptUserConfirmation() 201 callback_thread_ = std::thread(worker, resultCB, promptText, extraData, locale, uiOptions); in promptUserConfirmation()
|
D | TrustyConfirmationUI.h | 55 promptUserConfirmation(const shared_ptr<IConfirmationResultCallback>& resultCB, 112 void RunSession(shared_ptr<IConfirmationResultCallback> resultCB, string promptText,
|