Home
last modified time | relevance | path

Searched defs: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
46 inner: UniquePtr<DeathRecipientRemoveHandler>, argument
137 pub fn add_death_recipient(&self, f: fn(Box<RemoteObj>)) -> Option<RecipientRemoveHandler> { in add_death_recipient()
173 impl RecipientRemoveHandler { impl