Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp88 uint32_t(TeeuiRc::SystemError) == uint32_t(IConfirmationUI::SYSTEM_ERROR) && in convertRc()
210 rc = TeeuiRc::SystemError; in promptUserConfirmation_()
227 rc = error != TrustyAppError::OK ? TeeuiRc::SystemError : rc; in promptUserConfirmation_()
240 rc = error != TrustyAppError::OK ? TeeuiRc::SystemError : rc; in promptUserConfirmation_()
252 rc = TeeuiRc::SystemError; in promptUserConfirmation_()
306 rc = TeeuiRc::SystemError; in promptUserConfirmation_()
319 rc = TeeuiRc::SystemError; in promptUserConfirmation_()
373 result = {TeeuiRc::SystemError, {}, {}}; in promptUserConfirmation_()
/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/keystore2/apc_compat/
Dapc_compat.cpp125 return responseCode2Compat(rc.withDefault(ResponseCode::SystemError)); in promptUserConfirmation()
162 finalize(ResponseCode::SystemError, {}, {}); in serviceDied()
177 case ResponseCode::SystemError: in responseCode2Compat()
/system/security/keystore2/selinux/src/
Dlib.rs78 SystemError(String), enumerator
87 Error::SystemError(s.into()) in sys()