Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Derror.rs288 fn binder_exception(ex: ExceptionCode) -> BinderResult<()> { in binder_exception() function
348 let binder_exception = map_km_error(binder_exception(ExceptionCode::TRANSACTION_FAILED)); in keystore_error_test() localVariable
349 assert_eq!(Err(Error::Binder(ExceptionCode::TRANSACTION_FAILED, 0)), binder_exception); in keystore_error_test()
353 map_or_log_err(binder_exception.context("Binder Exception."), |_| Err( in keystore_error_test()