Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyApp.h64 MSG_TOO_LONG = -2, enumerator
100 return {TrustyAppError::MSG_TOO_LONG, {}}; in issueCmd()
132 return TrustyAppError::MSG_TOO_LONG; in issueCmd()
DTrustyConfirmationUI.cpp292 if (error == TrustyAppError::MSG_TOO_LONG) { in promptUserConfirmation_()