Searched refs:DeathRecipientRemoveHandler (Results 1 – 4 of 4) sorted by relevance
37 struct DeathRecipientRemoveHandler;54 …std::unique_ptr<DeathRecipientRemoveHandler> AddDeathRecipient(rust::Fn<void(rust::Box<RemoteObj>)…72 struct DeathRecipientRemoveHandler { struct74 …DeathRecipientRemoveHandler(sptr<IRemoteObject> remote, sptr<IRemoteObject::DeathRecipient> recipi…
61 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::DeathRecipientRemoveHandler128 void DeathRecipientRemoveHandler::remove() const in remove()
60 type DeathRecipientRemoveHandler; typedef91 ) -> UniquePtr<DeathRecipientRemoveHandler>; in AddDeathRecipient() argument93 fn remove(self: &DeathRecipientRemoveHandler); in remove() argument
20 CloneRemoteObj, DeathRecipientRemoveHandler, FromCIRemoteObject, FromSptrRemote, IRemoteObject,46 inner: UniquePtr<DeathRecipientRemoveHandler>,