Searched refs:DeathRecipientWrapper (Results 1 – 2 of 2) sorted by relevance
64 sptr<IRemoteObject::DeathRecipient> recipient(new DeathRecipientWrapper(callback)); in AddDeathRecipient()100 DeathRecipientWrapper::DeathRecipientWrapper(rust::Fn<void(rust::Box<RemoteObj>)> cb) in DeathRecipientWrapper() function in OHOS::IpcRust::DeathRecipientWrapper105 void DeathRecipientWrapper::OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject> &object) in OnRemoteDied()
63 struct DeathRecipientWrapper : public virtual IRemoteObject::DeathRecipient { struct65 DeathRecipientWrapper(rust::Fn<void(rust::Box<RemoteObj>)> cb);