Lines Matching refs:TrustyAppError
53 using ::android::trusty::confirmationui::TrustyAppError;
232 if (error != TrustyAppError::OK || rc != TeeuiRc::OK) { in promptUserConfirmation_()
235 rc = error != TrustyAppError::OK ? TeeuiRc::SystemError : rc; in promptUserConfirmation_()
245 if (error != TrustyAppError::OK || rc != TeeuiRc::OK) { in promptUserConfirmation_()
248 rc = error != TrustyAppError::OK ? TeeuiRc::SystemError : rc; in promptUserConfirmation_()
258 if (error != TrustyAppError::OK) { in promptUserConfirmation_()
287 TrustyAppError error; in promptUserConfirmation_()
292 if (error == TrustyAppError::MSG_TOO_LONG) { in promptUserConfirmation_()
296 } else if (error != TrustyAppError::OK) { in promptUserConfirmation_()
380 if (error != TrustyAppError::OK) { in promptUserConfirmation_()
476 if (error != TrustyAppError::OK) return ResponseCode::SystemError; in deliverSecureInputEvent()