Home
last modified time | relevance | path

Searched refs:SystemError (Results 1 – 5 of 5) sorted by relevance

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp97 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()
/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h123 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()
Dcommon_message_types.h48 SystemError = 5u, enumerator
/system/security/keystore/
Dconfirmation_manager.cpp75 *aidl_return = static_cast<int32_t>(ConfirmationResponseCode::SystemError); in presentConfirmationPrompt()
211 finalizeTransaction(ConfirmationResponseCode::SystemError, {}); in serviceDied()
/system/security/keystore/tests/
Dconfirmationui_rate_limiting_test.cpp248 rateLimiting.processResult(ConfirmationResponseCode::SystemError); in TEST()