Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/app/sample/hwcryptohal/common/
Derr.rs106 binder::Status::new_service_specific_error(HalErrorCode::GENERIC_ERROR, Some(&msg)) in from()
113 binder::Status::new_service_specific_error(code, Some(&msg)) in from()
118 binder::Status::new_service_specific_error( in from()
/aosp_15_r20/system/keymint/hal/src/
H A Dlib.rs53 binder::Status::new_service_specific_error( in failed_cbor()
170 binder::Status::new_service_specific_error( in channel_execute()
185 return Err(binder::Status::new_service_specific_error( in channel_execute()
210 return Err(binder::Status::new_service_specific_error(error_code, None)); in channel_execute()
H A Dkeymint.rs237 Err(binder::Status::new_service_specific_error( in deviceLocked()
364 binder::Status::new_service_specific_error( in validate_handle()
H A Dhal.rs74 binder::Status::new_service_specific_error( in failed_conversion()
/aosp_15_r20/device/google/cuttlefish/guest/hals/nfc/src/
Dnfc.rs97 Err(binder::Status::new_service_specific_error(NfcStatus::FAILED.0, None)) in ensure_opened()
107 Err(binder::Status::new_service_specific_error(NfcStatus::FAILED.0, None)) in ensure_opened_mut()
120 _ => Err(binder::Status::new_service_specific_error(NfcStatus::FAILED.0, None)), in close()
261 Err(binder::Status::new_service_specific_error(NfcStatus::FAILED.0, None)) in close()
/aosp_15_r20/hardware/interfaces/security/authgraph/aidl/vts/functional/
H A Dsource.rs179 binder::Status::new_service_specific_error(Error::INVALID_SIGNATURE.0, None) in test_corrupt_sig()
255 err == binder::Status::new_service_specific_error(Error::INVALID_KE_KEY.0, None) in test_corrupt_key()
257 == binder::Status::new_service_specific_error( in test_corrupt_key()
H A Dsink.rs171 binder::Status::new_service_specific_error(Error::INVALID_SIGNATURE.0, None) in test_corrupt_sig()
231 binder::Status::new_service_specific_error(Error::INVALID_SHARED_KEY_ARCS.0, None) in test_corrupt_keys()
/aosp_15_r20/system/security/keystore2/src/
H A Dauthorization.rs82 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()
92 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()
294 Err(BinderStatus::new_service_specific_error( in getLastAuthTime()
H A Derror.rs205 BinderStatus::new_service_specific_error(rc.0, anyhow_error_to_cstring(&e).as_deref()) in into_binder()
H A Dapc.rs93 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()
H A Dkm_compat.rs59 _ => Err(binder::Status::new_service_specific_error( in new()
/aosp_15_r20/system/authgraph/hal/src/
H A Dservice.rs37 binder::Status::new_service_specific_error( in failed_cbor()
86 binder::Status::new_service_specific_error( in execute_req()
H A Dlib.rs156 _ => binder::Status::new_service_specific_error(err as i32, None), in errcode_to_binder()
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Derror.rs125 pub fn new_service_specific_error(err: i32, message: Option<&CStr>) -> Status { in new_service_specific_error() method
150 Self::new_service_specific_error(err, message.and_then(to_cstring).as_deref()) in new_service_specific_error_str()
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/
H A Dservice.rs39 Status::new_service_specific_error(1, Some(&msg)) in err_to_binder_status()
/aosp_15_r20/system/security/keystore2/src/error/
H A Dtests.rs70 Err(BinderStatus::new_service_specific_error(sse, None)) in binder_sse_error()
/aosp_15_r20/system/secretkeeper/hal/src/
H A Dlib.rs141 binder::Status::new_service_specific_error( in service_specific_error()
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dserialization.rs304 reply.write(&Status::new_service_specific_error( in on_transact()
/aosp_15_r20/system/security/keystore2/legacykeystore/
H A Dlib.rs229 BinderStatus::new_service_specific_error(rc, anyhow_error_to_cstring(&e).as_deref()) in into_logged_binder()
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs320 Err(binder::Status::new_service_specific_error(code, None)) in ThrowServiceException()
Dtest_service_async.rs358 Err(binder::Status::new_service_specific_error(code, None)) in ThrowServiceException()