Home
last modified time | relevance | path

Searched refs:DeathRecipientWrapper (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dremote_object_wrapper.cpp64 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::DeathRecipientWrapper
105 void DeathRecipientWrapper::OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject> &object) in OnRemoteDied()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dremote_object_wrapper.h63 struct DeathRecipientWrapper : public virtual IRemoteObject::DeathRecipient { struct
65 DeathRecipientWrapper(rust::Fn<void(rust::Box<RemoteObj>)> cb);