Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
Dobj.rs55 pub struct RecipientRemoveHandler { struct
56 inner: UniquePtr<DeathRecipientRemoveHandler>, argument
151 ) -> Option<RecipientRemoveHandler> { in add_death_recipient()
187 impl RecipientRemoveHandler { implementation