Searched refs:or_binder_exception_with (Results 1 – 1 of 1) sorted by relevance
414 fn or_binder_exception_with<M: AsRef<str>, O: FnOnce(E) -> M>( in or_binder_exception_with() method437 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() method546 .or_binder_exception_with(ExceptionCode::ILLEGAL_STATE, |e| { in convert_to_binder_exception_with()