Searched refs:PromptUserConfirmationResponse (Results 1 – 3 of 3) sorted by relevance
230 if (!in_) return write(PromptUserConfirmationResponse(), out, ResponseCode::SystemError); in command()232 return write(PromptUserConfirmationResponse(), out, rc); in command()
55 using PromptUserConfirmationResponse = Message<ResponseCode>; variable
62 using ::teeui::PromptUserConfirmationResponse;290 app->issueCmd<PromptUserConfirmationMsg, PromptUserConfirmationResponse>( in promptUserConfirmation_()