Home
last modified time | relevance | path

Searched refs:dr (Results 1 – 8 of 8) sorted by relevance

/base/useriam/pin_auth/services/modules/inputters/src/
Dpin_auth_manager.cpp39 …sptr<IRemoteObject::DeathRecipient> dr = new (std::nothrow) ResPinauthInputerDeathRecipient(tokenI… in RegisterInputer() local
40 if (dr == nullptr || inputer->AsObject() == nullptr) { in RegisterInputer()
43 pinAuthDeathMap_.emplace(tokenId, dr); in RegisterInputer()
44 if (!inputer->AsObject()->AddDeathRecipient(dr)) { in RegisterInputer()
/base/useriam/pin_auth/frameworks/client/src/
Dpinauth_register.cpp84 sptr<IRemoteObject::DeathRecipient> dr = new PinAuthDeathRecipient(); in GetProxy() local
85 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()
91 deathRecipient_ = dr; in GetProxy()
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer_client.cpp52 sptr<IRemoteObject::DeathRecipient> dr(recipient.release()); in GetProxy() local
53 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()
58 deathRecipient_ = dr; in GetProxy()
/base/telephony/core_service/frameworks/native/src/
Dtelephony_state_registry_client.cpp52 sptr<IRemoteObject::DeathRecipient> dr(recipient.release()); in GetProxy() local
53 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()
58 deathRecipient_ = dr; in GetProxy()
Dcore_service_client.cpp58 sptr<IRemoteObject::DeathRecipient> dr(recipient.release()); in GetProxy() local
59 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()
64 deathRecipient_ = dr; in GetProxy()
/base/telephony/cellular_data/frameworks/native/
Dcellular_data_client.cpp69 sptr<IRemoteObject::DeathRecipient> dr(recipient.release()); in GetProxy() local
70 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()
75 deathRecipient_ = dr; in GetProxy()
/base/powermgr/display_manager/frameworks/native/
Ddisplay_power_mgr_client.cpp56 sptr<IRemoteObject::DeathRecipient> dr = new DisplayDeathRecipient(*this); in GetProxy() local
57 if ((obj->IsProxyObject()) && (!obj->AddDeathRecipient(dr))) { in GetProxy()
64 deathRecipient_ = dr; in GetProxy()
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_proxy.cpp226 sptr<IRemoteObject::DeathRecipient> dr(recipient.release()); in ConnectService() local
227 if ((iRemoteObjectPtr->IsProxyObject()) && (!iRemoteObjectPtr->AddDeathRecipient(dr))) { in ConnectService()
237 deathRecipient_ = dr; in ConnectService()