Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp140 : listener_state_(ListenerState::None), prompt_result_(ResponseCode::Ignored) {} in TrustyConfirmationUI()
424 prompt_result_ = convertRc(trc); in promptUserConfirmation()
427 auto error = resultCB->result(prompt_result_, msg, token); in promptUserConfirmation()
445 return prompt_result_; in promptUserConfirmation()
DTrustyConfirmationUI.h88 ResponseCode prompt_result_; variable