Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dremote_object_wrapper.h37 struct DeathRecipientRemoveHandler;
54 …std::unique_ptr<DeathRecipientRemoveHandler> AddDeathRecipient(rust::Fn<void(rust::Box<RemoteObj>)…
72 struct DeathRecipientRemoveHandler { struct
74DeathRecipientRemoveHandler(sptr<IRemoteObject> remote, sptr<IRemoteObject::DeathRecipient> recipi…
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dremote_object_wrapper.cpp61 std::unique_ptr<DeathRecipientRemoveHandler> IRemoteObjectWrapper::AddDeathRecipient( in AddDeathRecipient()
69 return std::make_unique<DeathRecipientRemoveHandler>(sptr(sptr_), sptr(recipient)); in AddDeathRecipient()
121 DeathRecipientRemoveHandler::DeathRecipientRemoveHandler( in DeathRecipientRemoveHandler() function in OHOS::IpcRust::DeathRecipientRemoveHandler
128 void DeathRecipientRemoveHandler::remove() const in remove()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dwrapper.rs60 type DeathRecipientRemoveHandler; typedef
91 ) -> UniquePtr<DeathRecipientRemoveHandler>; in AddDeathRecipient() argument
93 fn remove(self: &DeathRecipientRemoveHandler); in remove() argument
H A Dobj.rs20 CloneRemoteObj, DeathRecipientRemoveHandler, FromCIRemoteObject, FromSptrRemote, IRemoteObject,
46 inner: UniquePtr<DeathRecipientRemoveHandler>,