/base/hiviewdfx/hidumper/services/native/src/ |
D | dump_manager_cpu_client.cpp | 35 remoteObject->RemoveDeathRecipient(deathRecipient_); in ~DumpManagerCpuClient() 66 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new DumpManagerCpuDeathRecipient()); in Connect() 67 if (deathRecipient_ == nullptr) { in Connect() 71 if ((remoteObject->IsProxyObject()) && (!remoteObject->AddDeathRecipient(deathRecipient_))) { in Connect() 87 serviceRemote->RemoveDeathRecipient(deathRecipient_); in Reset() 101 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
|
D | dump_manager_client.cpp | 38 remoteObject->RemoveDeathRecipient(deathRecipient_); in ~DumpManagerClient() 79 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new DumpManagerDeathRecipient()); in Connect() 80 if (deathRecipient_ == nullptr) { in Connect() 83 if ((remoteObject->IsProxyObject()) && (!remoteObject->AddDeathRecipient(deathRecipient_))) { in Connect() 104 serviceRemote->RemoveDeathRecipient(deathRecipient_); in Reset() 118 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
|
/base/powermgr/power_manager/frameworks/native/ |
D | client_lifecycle.cpp | 27 sptr<IRemoteObject::DeathRecipient> ClientLifeCycle::deathRecipient_; member in OHOS::PowerMgr::ClientLifeCycle 59 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new LifeCycleRecipient()); in Connect() 60 if (deathRecipient_ == nullptr) { in Connect() 64 if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(deathRecipient_))) { in Connect() 82 service->RemoveDeathRecipient(deathRecipient_); in Reset()
|
/base/powermgr/thermal_manager/test/common/src/ |
D | mock_thermal_mgr_client.cpp | 33 remoteObject->RemoveDeathRecipient(deathRecipient_); in ~MockThermalMgrClient() 57 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new ThermalMgrDeathRecipient()); in Connect() 58 if (deathRecipient_ == nullptr) { in Connect() 63 if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(deathRecipient_))) { in Connect() 80 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
|
/base/customization/enterprise_device_management/services/edm/src/connection/ |
D | enterprise_conn_manager.cpp | 91 deathRecipient_ = (new (std::nothrow) AbilityManagerDeathRecipient()); in GetAbilityMgrProxy() 92 if (deathRecipient_ == nullptr) { in GetAbilityMgrProxy() 96 if (!abilityMgr_->AsObject()->AddDeathRecipient(deathRecipient_)) { in GetAbilityMgrProxy() 109 abilityMgr_->AsObject()->RemoveDeathRecipient(deathRecipient_); in Clear()
|
/base/startup/init/device_info/ |
D | device_info_kits.cpp | 53 if (deathRecipient_ == nullptr) { in LoadDeviceInfoSa() 54 deathRecipient_ = new DeathRecipient(); in LoadDeviceInfoSa() 68 if ((object->IsProxyObject()) && (!object->AddDeathRecipient(deathRecipient_))) { in LoadDeviceInfoSa() 123 object->RemoveDeathRecipient(deathRecipient_); in ResetService()
|
D | device_info_kits.h | 48 return deathRecipient_; in GetDeathRecipient() 56 sptr<IRemoteObject::DeathRecipient> deathRecipient_ {};
|
/base/notification/common_event_service/services/src/ |
D | ability_manager_helper.cpp | 78 deathRecipient_ = new (std::nothrow) AbilityManagerDeathRecipient(); in GetAbilityMgrProxy() 79 if (deathRecipient_ == nullptr) { in GetAbilityMgrProxy() 83 if (!abilityMgr_->AsObject()->AddDeathRecipient(deathRecipient_)) { in GetAbilityMgrProxy() 97 abilityMgr_->AsObject()->RemoveDeathRecipient(deathRecipient_); in Clear()
|
/base/powermgr/power_manager/test/unittest/src/ |
D | power_mgr_client_native_test.cpp | 62 if (powerMgrClient.deathRecipient_ != nullptr) { 63 powerMgrClient.deathRecipient_->OnRemoteDied(remoteObject_); 64 powerMgrClient.deathRecipient_->OnRemoteDied(nullptr);
|
/base/security/access_token/services/privacymanager/src/sensitive/ability_manager/ |
D | ability_manager_privacy_client.cpp | 68 …auto deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new AbilityManagerPrivacyDeathRecipient… in InitProxy() local 69 if (deathRecipient_ == nullptr) { in InitProxy() 78 if (!abilityManagerSa->AddDeathRecipient(deathRecipient_)) { in InitProxy()
|
/base/useriam/face_auth/frameworks/ipc/src/ |
D | face_auth_client_impl.cpp | 62 sptr<IRemoteObject::DeathRecipient> deathRecipient_ {nullptr}; member in OHOS::UserIam::FaceAuth::FaceAuthClientImpl 122 deathRecipient_ = dr; in GetProxy() 137 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy() 139 deathRecipient_ = nullptr; in ResetProxy()
|
/base/account/os_account/frameworks/ohosaccount/native/src/ |
D | ohos_account_kits_impl.cpp | 40 object->RemoveDeathRecipient(deathRecipient_); in ResetService() 64 if (deathRecipient_ == nullptr) { in GetService() 65 deathRecipient_ = new (std::nothrow) DeathRecipient(); in GetService() 66 if (deathRecipient_ == nullptr) { in GetService() 72 if ((object->IsProxyObject()) && (!object->AddDeathRecipient(deathRecipient_))) { in GetService()
|
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
D | module_update_kits_impl.cpp | 51 object->RemoveDeathRecipient(deathRecipient_); in ResetService() 75 if (deathRecipient_ == nullptr) { in GetService() 76 deathRecipient_ = new DeathRecipient(); in GetService() 79 if ((object->IsProxyObject()) && (!object->AddDeathRecipient(deathRecipient_))) { in GetService()
|
D | sys_installer_kits_impl.cpp | 54 object->RemoveDeathRecipient(deathRecipient_); in ResetService() 78 if (deathRecipient_ == nullptr) { in GetService() 79 deathRecipient_ = new DeathRecipient(); in GetService() 82 if ((object->IsProxyObject()) && (!object->AddDeathRecipient(deathRecipient_))) { in GetService()
|
/base/powermgr/thermal_manager/frameworks/native/ |
D | thermal_mgr_client.cpp | 33 remoteObject->RemoveDeathRecipient(deathRecipient_); in ~ThermalMgrClient() 57 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new ThermalMgrDeathRecipient()); in Connect() 58 if (deathRecipient_ == nullptr) { in Connect() 63 if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(deathRecipient_))) { in Connect() 80 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
|
/base/useriam/user_auth_framework/frameworks/native/client/src/ |
D | co_auth_client_impl.cpp | 81 deathRecipient_ = dr; in GetProxy() 96 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy() 98 deathRecipient_ = nullptr; in ResetProxy()
|
/base/powermgr/battery_manager/frameworks/native/src/ |
D | battery_srv_client.cpp | 52 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new BatterySrvDeathRecipient()); in Connect() 53 if (deathRecipient_ == nullptr) { in Connect() 57 if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(deathRecipient_))) { in Connect() 72 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
|
/base/theme/screenlock_mgr/frameworks/native/src/ |
D | screenlock_app_manager.cpp | 30 sptr<ScreenLockAppDeathRecipient> ScreenLockAppManager::deathRecipient_; member in OHOS::ScreenLock::ScreenLockAppManager 104 deathRecipient_ = new ScreenLockAppDeathRecipient(); in GetScreenLockManagerProxy() 105 systemAbility->AddDeathRecipient(deathRecipient_); in GetScreenLockManagerProxy()
|
D | screenlock_manager.cpp | 32 sptr<ScreenLockSaDeathRecipient> ScreenLockManager::deathRecipient_; member in OHOS::ScreenLock::ScreenLockManager 135 deathRecipient_ = new ScreenLockSaDeathRecipient(); in GetScreenLockManagerProxy() 136 systemAbility->AddDeathRecipient(deathRecipient_); in GetScreenLockManagerProxy()
|
/base/print/print_fwk/frameworks/innerkitsimpl/src/ |
D | print_manager_client.cpp | 30 PrintManagerClient::PrintManagerClient() : printServiceProxy_(nullptr), deathRecipient_(nullptr) {} in PrintManagerClient() 56 deathRecipient_ = new (std::nothrow) PrintSaDeathRecipient(); in GetPrintServiceProxy() 57 if (deathRecipient_ != nullptr) { in GetPrintServiceProxy() 58 systemAbility->AddDeathRecipient(deathRecipient_); in GetPrintServiceProxy() 84 serviceRemote->RemoveDeathRecipient(deathRecipient_); in OnRemoteSaDied() 86 deathRecipient_ = nullptr; in OnRemoteSaDied() 559 serviceRemote->RemoveDeathRecipient(deathRecipient_); in SetProxy() 561 deathRecipient_ = nullptr; in SetProxy() 564 deathRecipient_ = new (std::nothrow) PrintSaDeathRecipient(); in SetProxy() 565 if (deathRecipient_ != nullptr) { in SetProxy() [all …]
|
/base/account/os_account/services/accountmgr/src/ability_manager_adapter/ |
D | ability_manager_adapter.cpp | 104 …deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new (std::nothrow) AbilityMgrDeathRecipient(… in Connect() 105 if (deathRecipient_ == nullptr) { in Connect() 109 if ((remoteObj->IsProxyObject()) && (!remoteObj->AddDeathRecipient(deathRecipient_))) { in Connect() 249 proxy_->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | bundle_manager_helper.cpp | 30 deathRecipient_ = in BundleManagerHelper() 128 bundleMgr_->AsObject()->AddDeathRecipient(deathRecipient_); in Connect() 135 bundleMgr_->AsObject()->RemoveDeathRecipient(deathRecipient_); in Disconnect()
|
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
D | bundle_manager_adapter.cpp | 197 …deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new (std::nothrow) BundleMgrDeathRecipient()… in Connect() 198 if (deathRecipient_ == nullptr) { in Connect() 204 if ((remoteObj->IsProxyObject()) && (!remoteObj->AddDeathRecipient(deathRecipient_))) { in Connect() 227 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
|
/base/useriam/pin_auth/frameworks/client/src/ |
D | pinauth_register_impl.cpp | 88 deathRecipient_ = dr; in GetProxy() 99 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
D | telephony_observer_client.cpp | 58 deathRecipient_ = dr; in GetProxy() 76 serviceRemote->RemoveDeathRecipient(deathRecipient_); in OnRemoteDied()
|