Searched refs:get_description (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/binder/rust/src/ |
D | error.rs | 192 pub fn get_description(&self) -> String { in get_description() method 268 f.write_str(&self.get_description()) in fmt() 274 f.write_str(&self.get_description()) in fmt() 287 && self.get_description() == other.get_description() in eq() 291 && self.get_description() == other.get_description() in eq() 293 (e1, e2) => e1 == e2 && self.get_description() == other.get_description(), in eq() 473 status.get_description(), in make_service_specific_error() 485 assert_eq!(status.get_description(), "Status(-5, EX_ILLEGAL_STATE): 'message'".to_string()); in make_exception() 495 assert_eq!(status.get_description(), "Status(-5, EX_ILLEGAL_STATE): ''".to_string()); in make_exception_null() 508 status.get_description(), in convert_to_service_specific_exception() [all …]
|
/frameworks/native/libs/binder/rust/tests/ |
D | serialization.rs | 291 assert_eq!(status.get_description(), "Status(-4, EX_NULL_POINTER): 'a status message'"); in on_transact() 295 status.get_description(), in on_transact()
|