Searched refs:TrustyAppError (Results 1 – 2 of 2) sorted by relevance
61 enum class TrustyAppError : int32_t { enum91 return {TrustyAppError::ERROR, {}}; in issueCmd()100 return {TrustyAppError::MSG_TOO_LONG, {}}; in issueCmd()105 if (rc < 0) return {TrustyAppError::ERROR, {}}; in issueCmd()111 return {TrustyAppError::ERROR, {}}; in issueCmd()114 return {std::get<0>(result) ? TrustyAppError::OK : TrustyAppError::ERROR, in issueCmd()123 return TrustyAppError::ERROR; in issueCmd()132 return TrustyAppError::MSG_TOO_LONG; in issueCmd()139 return TrustyAppError::ERROR; in issueCmd()144 return TrustyAppError::ERROR; in issueCmd()[all …]
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_()[all …]