Searched refs:SystemError (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/core/trusty/confirmationui/ |
H A D | TrustyConfirmationUI.cpp | 97 uint32_t(TeeuiRc::SystemError) == uint32_t(ResponseCode::SystemError) && in convertRc() 218 rc = TeeuiRc::SystemError; in promptUserConfirmation_() 235 rc = error != TrustyAppError::OK ? TeeuiRc::SystemError : rc; in promptUserConfirmation_() 248 rc = error != TrustyAppError::OK ? TeeuiRc::SystemError : rc; in promptUserConfirmation_() 260 rc = TeeuiRc::SystemError; in promptUserConfirmation_() 314 rc = TeeuiRc::SystemError; in promptUserConfirmation_() 327 rc = TeeuiRc::SystemError; in promptUserConfirmation_() 381 result = {TeeuiRc::SystemError, {}, {}}; in promptUserConfirmation_() 476 if (error != TrustyAppError::OK) return ResponseCode::SystemError; in deliverSecureInputEvent()
|
/aosp12/system/security/keystore2/apc_compat/ |
H A D | apc_compat.cpp | 53 case ResponseCode::SystemError: in responseCode2Compat() 109 return responseCode2Compat(rc.withDefault(ResponseCode::SystemError)); in promptUserConfirmation() 160 finalize(ResponseCode::SystemError, {}, {}); in serviceDied()
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | generic_operation.h | 123 return ResponseCode::SystemError; in init() 230 if (!in_) return write(PromptUserConfirmationResponse(), out, ResponseCode::SystemError); in command() 240 if (!in_) return write(DeliverTestCommandResponse(), out, ResponseCode::SystemError); in command()
|
H A D | common_message_types.h | 48 SystemError = 5u, enumerator
|
/aosp12/system/security/keystore2/selinux/src/ |
H A D | lib.rs | 75 SystemError(String), enumerator 84 Error::SystemError(s.into()) in sys()
|
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/ |
H A D | GenericOperation.h | 95 return ResponseCode::SystemError; in init()
|
/aosp12/hardware/interfaces/confirmationui/1.0/ |
H A D | IConfirmationResultCallback.hal | 34 * - SystemError: If an unexpected System error occurred that prevented the TUI
|
H A D | IConfirmationUI.hal | 49 * - SystemError: An error occurred trying to communicate with the confirmation
|
H A D | types.hal | 44 SystemError = 5,
|
/aosp12/system/security/keystore/tests/ |
H A D | confirmationui_rate_limiting_test.cpp | 248 rateLimiting.processResult(ConfirmationResponseCode::SystemError); in TEST()
|