Searched refs:binder_exception (Results 1 – 1 of 1) sorted by relevance
288 fn binder_exception(ex: ExceptionCode) -> BinderResult<()> { in binder_exception() function348 let binder_exception = map_km_error(binder_exception(ExceptionCode::TRANSACTION_FAILED)); in keystore_error_test() localVariable349 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()