Searched refs:or_service_specific_exception_with (Results 1 – 3 of 3) sorted by relevance
428 fn or_service_specific_exception_with<M: AsRef<str>, O: FnOnce(E) -> M>( in or_service_specific_exception_with() method449 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() method516 .or_service_specific_exception_with(-42, |e| format!("outer message: {:?}", e)); in convert_to_service_specific_exception_with()
27 result.or_service_specific_exception_with(-1, |e| { in to_binder_result()
570 .or_service_specific_exception_with(-1, |e| { in create_vm_internal()