Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Derror.rs226 pub fn exception_code(&self) -> ExceptionCode { in exception_code() method
295 let self_code = self.exception_code(); in eq()
296 let other_code = other.exception_code(); in eq()
401 assert_eq!(status.exception_code(), ExceptionCode::SERVICE_SPECIFIC); in make_service_specific_error()
414 assert_eq!(status.exception_code(), ExceptionCode::ILLEGAL_STATE); in make_exception()
424 assert_eq!(status.exception_code(), ExceptionCode::ILLEGAL_STATE); in make_exception_null()
/frameworks/native/libs/binder/rust/tests/
Dserialization.rs272 assert_eq!(status.exception_code(), ExceptionCode::NULL_POINTER); in on_transact()