Searched refs:dr (Results 1 – 8 of 8) sorted by relevance
39 …sptr<IRemoteObject::DeathRecipient> dr = new (std::nothrow) ResPinauthInputerDeathRecipient(tokenI… in RegisterInputer() local40 if (dr == nullptr || inputer->AsObject() == nullptr) { in RegisterInputer()43 pinAuthDeathMap_.emplace(tokenId, dr); in RegisterInputer()44 if (!inputer->AsObject()->AddDeathRecipient(dr)) { in RegisterInputer()
84 sptr<IRemoteObject::DeathRecipient> dr = new PinAuthDeathRecipient(); in GetProxy() local85 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()91 deathRecipient_ = dr; in GetProxy()
52 sptr<IRemoteObject::DeathRecipient> dr(recipient.release()); in GetProxy() local53 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()58 deathRecipient_ = dr; in GetProxy()
58 sptr<IRemoteObject::DeathRecipient> dr(recipient.release()); in GetProxy() local59 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()64 deathRecipient_ = dr; in GetProxy()
69 sptr<IRemoteObject::DeathRecipient> dr(recipient.release()); in GetProxy() local70 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()75 deathRecipient_ = dr; in GetProxy()
56 sptr<IRemoteObject::DeathRecipient> dr = new DisplayDeathRecipient(*this); in GetProxy() local57 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()64 deathRecipient_ = dr; in GetProxy()
226 sptr<IRemoteObject::DeathRecipient> dr(recipient.release()); in ConnectService() local227 if ((iRemoteObjectPtr->IsProxyObject()) && (!iRemoteObjectPtr->AddDeathRecipient(dr))) { in ConnectService()237 deathRecipient_ = dr; in ConnectService()