Searched refs:exception_code_to_uwb_error (Results 1 – 1 of 1) sorted by relevance
54 Error::BinderStatus(e) => exception_code_to_uwb_error(e.exception_code()), in from()118 fn exception_code_to_uwb_error(exception_code: ExceptionCode) -> UwbCoreError { in exception_code_to_uwb_error() function148 let mut error = exception_code_to_uwb_error(ExceptionCode::ILLEGAL_ARGUMENT); in test_exception_code_to_uwb_error()151 error = exception_code_to_uwb_error(ExceptionCode::ILLEGAL_STATE); in test_exception_code_to_uwb_error()154 error = exception_code_to_uwb_error(ExceptionCode::UNSUPPORTED_OPERATION); in test_exception_code_to_uwb_error()157 error = exception_code_to_uwb_error(ExceptionCode::NULL_POINTER); in test_exception_code_to_uwb_error()