Home
last modified time | relevance | path

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

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