Home
last modified time | relevance | path

Searched refs:DeathRecipientRemoveHandler (Results 1 - 3 of 3) sorted by relevance

/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>)>) const;
72 struct DeathRecipientRemoveHandler { struct
74 DeathRecipientRemoveHandler(sptr<IRemoteObject> remote, sptr<IRemoteObject::DeathRecipient> recipient);
/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()
/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dobj.rs20 CloneRemoteObj, DeathRecipientRemoveHandler, FromCIRemoteObject, FromSptrRemote, IRemoteObject,
46 inner: UniquePtr<DeathRecipientRemoveHandler>,

Completed in 2 milliseconds