Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Derror.rs428 fn or_service_specific_exception_with<M: AsRef<str>, O: FnOnce(E) -> M>( in or_service_specific_exception_with() method
449 self.or_service_specific_exception_with(error_code, |e| format!("{:?}", e)) in or_service_specific_exception()
452 fn or_service_specific_exception_with<M: AsRef<str>, O: FnOnce(E) -> M>( in or_service_specific_exception_with() method
516 .or_service_specific_exception_with(-42, |e| format!("outer message: {:?}", e)); in convert_to_service_specific_exception_with()
/aosp_15_r20/packages/modules/Virtualization/libs/libcompos_common/
Dbinder.rs27 result.or_service_specific_exception_with(-1, |e| { in to_binder_result()
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Daidl.rs570 .or_service_specific_exception_with(-1, |e| { in create_vm_internal()