Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Derror.rs414 fn or_binder_exception_with<M: AsRef<str>, O: FnOnce(E) -> M>( in or_binder_exception_with() method
437 self.or_binder_exception_with(exception, |e| format!("{:?}", e)) in or_binder_exception()
440 fn or_binder_exception_with<M: AsRef<str>, O: FnOnce(E) -> M>( in or_binder_exception_with() method
546 .or_binder_exception_with(ExceptionCode::ILLEGAL_STATE, |e| { in convert_to_binder_exception_with()