Lines Matching refs:TrustyAppError
46 using ::android::trusty::confirmationui::TrustyAppError;
224 if (error != TrustyAppError::OK || rc != TeeuiRc::OK) { in promptUserConfirmation_()
227 rc = error != TrustyAppError::OK ? TeeuiRc::SystemError : rc; in promptUserConfirmation_()
237 if (error != TrustyAppError::OK || rc != TeeuiRc::OK) { in promptUserConfirmation_()
240 rc = error != TrustyAppError::OK ? TeeuiRc::SystemError : rc; in promptUserConfirmation_()
250 if (error != TrustyAppError::OK) { in promptUserConfirmation_()
279 TrustyAppError error; in promptUserConfirmation_()
284 if (error == TrustyAppError::MSG_TOO_LONG) { in promptUserConfirmation_()
288 } else if (error != TrustyAppError::OK) { in promptUserConfirmation_()
372 if (error != TrustyAppError::OK) { in promptUserConfirmation_()
473 if (error != TrustyAppError::OK) in deliverSecureInputEvent()