Searched refs:SystemError (Results 1 – 5 of 5) sorted by relevance
/system/core/trusty/confirmationui/ |
D | TrustyConfirmationUI.cpp | 88 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/ |
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()
|
D | common_message_types.h | 48 SystemError = 5u, enumerator
|
/system/security/keystore2/apc_compat/ |
D | apc_compat.cpp | 125 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/ |
D | lib.rs | 78 SystemError(String), enumerator 87 Error::SystemError(s.into()) in sys()
|