Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dremote_object_wrapper.h72 struct DeathRecipientRemoveHandler { struct
79 sptr<IRemoteObject::DeathRecipient> inner_;
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dwrapper.rs60 type DeathRecipientRemoveHandler; typedef
91 ) -> UniquePtr<DeathRecipientRemoveHandler>; in AddDeathRecipient()
93 fn remove(self: &DeathRecipientRemoveHandler); in remove()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dremote_object_wrapper.cpp121 DeathRecipientRemoveHandler::DeathRecipientRemoveHandler( in DeathRecipientRemoveHandler() function in OHOS::IpcRust::DeathRecipientRemoveHandler