Searched defs:DeathRecipientRef (Results 1 – 1 of 1) sorted by relevance
47 struct DeathRecipientRef { struct48 …DeathRecipientRef(sptr<IRemoteObject::DeathRecipient> deathRec) : deathRecipient(deathRec), ref(1)… in DeathRecipientRef() function54 … Entry(sptr<IDataAbilityObserver> obs, std::shared_ptr<DeathRecipientRef> deathRef, bool isDes) in Entry() argument