Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/apc_compat/
H A Dapc_compat.hpp24 #define APC_COMPAT_ERROR_CANCELLED 1 macro
H A Dapc_compat.rs26 ApcCompatUiOptions, APC_COMPAT_ERROR_ABORTED, APC_COMPAT_ERROR_CANCELLED,
H A Dapc_compat.cpp46 return APC_COMPAT_ERROR_CANCELLED; in responseCode2Compat()
/aosp12/system/security/keystore2/src/
H A Dutils.rs35 ApcCompatUiOptions, APC_COMPAT_ERROR_ABORTED, APC_COMPAT_ERROR_CANCELLED,
205 APC_COMPAT_ERROR_CANCELLED => ApcResponseCode::CANCELLED, in compat_2_response_code()