Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dutils.rs27 ResponseCode::ResponseCode as ApcResponseCode,
202 pub fn compat_2_response_code(rc: u32) -> ApcResponseCode { in compat_2_response_code() argument
204 APC_COMPAT_ERROR_OK => ApcResponseCode::OK, in compat_2_response_code()
205 APC_COMPAT_ERROR_CANCELLED => ApcResponseCode::CANCELLED, in compat_2_response_code()
206 APC_COMPAT_ERROR_ABORTED => ApcResponseCode::ABORTED, in compat_2_response_code()
207 APC_COMPAT_ERROR_OPERATION_PENDING => ApcResponseCode::OPERATION_PENDING, in compat_2_response_code()
208 APC_COMPAT_ERROR_IGNORED => ApcResponseCode::IGNORED, in compat_2_response_code()
209 APC_COMPAT_ERROR_SYSTEM_ERROR => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()
210 _ => ApcResponseCode::SYSTEM_ERROR, in compat_2_response_code()