Searched defs:ParcelSetError (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
H A D | error.rs | 21 pub struct ParcelSetError; struct 23 impl fmt::Display for ParcelSetError { implementation 29 impl Error for ParcelSetError {} implementation
|
H A D | msg.rs | 492 pub fn set_size(&mut self, size: usize) -> Result<(), ParcelSetError> { in set_size() argument 513 pub fn set_capacity(&mut self, size: usize) -> Result<(), ParcelSetError> { in set_capacity() argument 533 pub fn set_max_capacity(&mut self, size: usize) -> Result<(), ParcelSetError> { in set_max_capacity() argument 556 pub fn set_read_position(&mut self, size: usize) -> Result<(), ParcelSetError> { in set_read_position() argument 580 pub fn set_write_position(&mut self, size: usize) -> Result<(), ParcelSetError> { in set_write_position() argument
|