Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dobj.rs45 pub struct RecipientRemoveHandler { struct
137 pub fn add_death_recipient(&self, f: fn(Box<RemoteObj>)) -> Option<RecipientRemoveHandler> { in add_death_recipient() argument
139 inner.is_null().then_some(RecipientRemoveHandler { inner }) in add_death_recipient()
173 impl RecipientRemoveHandler { impl