Home
last modified time | relevance | path

Searched refs:UIErrorMessageTooLong (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/teeui/libteeui/include/teeui/
H A Dgeneric_operation.h86 return ResponseCode::UIErrorMessageTooLong; in init()
103 return ResponseCode::UIErrorMessageTooLong; in init()
112 if (locale.size() >= kMaxLocaleSize) return ResponseCode::UIErrorMessageTooLong; in init()
H A Dcommon_message_types.h53 UIErrorMessageTooLong, enumerator
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
H A DGenericOperation.h67 return ResponseCode::UIErrorMessageTooLong; in init()
83 return ResponseCode::UIErrorMessageTooLong; in init()
/aosp12/system/core/trusty/confirmationui/
H A DTrustyConfirmationUI.cpp102 uint32_t(TeeuiRc::UIErrorMessageTooLong) == in convertRc()
103 uint32_t(ResponseCode::UIErrorMessageTooLong) && in convertRc()
294 rc = TeeuiRc::UIErrorMessageTooLong; in promptUserConfirmation_()
/aosp12/hardware/interfaces/confirmationui/1.0/vts/functional/
H A DVtsHalConfirmationUIV1_0TargetTest.cpp282 ASSERT_HAL_CALL(ResponseCode::UIErrorMessageTooLong, in TEST_P()
294 ASSERT_HAL_CALL(ResponseCode::UIErrorMessageTooLong, in TEST_P()
/aosp12/system/security/keystore2/apc_compat/
H A Dapc_compat.cpp58 case ResponseCode::UIErrorMessageTooLong: in responseCode2Compat()
/aosp12/hardware/interfaces/confirmationui/1.0/
H A Dtypes.hal61 UIErrorMessageTooLong,