Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_device_key.rs297 return Err(binder::Status::new_exception_str( in deriveCurrentDicePolicyBoundKey()
329 let key = key.ok_or(binder::Status::new_exception_str( in keyTokenImport()
334 binder::Status::new_exception_str( in keyTokenImport()
351 return Err(binder::Status::new_exception_str( in deriveKey()
361 .ok_or(binder::Status::new_exception_str( in deriveKey()
372 binder::Status::new_exception_str( in deriveKey()
424 _ => Err(binder::Status::new_exception_str( in getKeyslotData()
Dopaque_key.rs988 Err(binder::Status::new_exception_str( in exportWrappedKey()
999 Err(binder::Status::new_exception_str( in getPublicKey()
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Derror.rs168 pub fn new_exception_str<T: AsRef<str>>( in new_exception_str() method
445 self.map_err(|e| Status::new_exception_str(exception, Some(op(e)))) in or_binder_exception_with()
480 let status = Status::new_exception_str(ExceptionCode::ILLEGAL_STATE, Some("message")); in make_exception()
490 let status = Status::new_exception_str(ExceptionCode::ILLEGAL_STATE, Some("one\0two")); in make_exception_null()
/aosp_15_r20/packages/modules/Virtualization/android/virtualizationservice/src/
Daidl.rs307 return Err(Status::new_exception_str( in enableTestAttestation()
348 return Err(Status::new_exception_str( in requestAttestation()
358 return Err(Status::new_exception_str( in requestAttestation()
524 return Err(Status::new_exception_str( in createTapInterface()
546 return Err(Status::new_exception_str( in deleteTapInterface()
Dremote_provisioning.rs139 return Err(Status::new_exception_str( in check_remote_attestation_is_supported()
146 return Err(Status::new_exception_str( in check_remote_attestation_is_supported()
/aosp_15_r20/packages/modules/Virtualization/guest/authfs_service/src/
Dmain.rs81 return Err(Status::new_exception_str( in validate()
/aosp_15_r20/packages/modules/Virtualization/android/fd_server/src/
Daidl.rs107 Err(Status::new_exception_str( in insert_new_fd()
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Daidl.rs396 Err(Status::new_exception_str( in setHostConsoleName()