Home
last modified time | relevance | path

Searched refs:deathRecipient_ (Results 1 – 25 of 101) sorted by relevance

12345

/base/hiviewdfx/hidumper/services/native/src/
Ddump_manager_cpu_client.cpp35 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()
Ddump_manager_client.cpp38 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/
Dclient_lifecycle.cpp27 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/
Dmock_thermal_mgr_client.cpp33 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/
Denterprise_conn_manager.cpp91 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/
Ddevice_info_kits.cpp53 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()
Ddevice_info_kits.h48 return deathRecipient_; in GetDeathRecipient()
56 sptr<IRemoteObject::DeathRecipient> deathRecipient_ {};
/base/notification/common_event_service/services/src/
Dability_manager_helper.cpp78 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/
Dpower_mgr_client_native_test.cpp62 if (powerMgrClient.deathRecipient_ != nullptr) {
63 powerMgrClient.deathRecipient_->OnRemoteDied(remoteObject_);
64 powerMgrClient.deathRecipient_->OnRemoteDied(nullptr);
/base/security/access_token/services/privacymanager/src/sensitive/ability_manager/
Dability_manager_privacy_client.cpp68 …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/
Dface_auth_client_impl.cpp62 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/
Dohos_account_kits_impl.cpp40 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/
Dmodule_update_kits_impl.cpp51 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()
Dsys_installer_kits_impl.cpp54 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/
Dthermal_mgr_client.cpp33 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/
Dco_auth_client_impl.cpp81 deathRecipient_ = dr; in GetProxy()
96 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
98 deathRecipient_ = nullptr; in ResetProxy()
/base/powermgr/battery_manager/frameworks/native/src/
Dbattery_srv_client.cpp52 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/
Dscreenlock_app_manager.cpp30 sptr<ScreenLockAppDeathRecipient> ScreenLockAppManager::deathRecipient_; member in OHOS::ScreenLock::ScreenLockAppManager
104 deathRecipient_ = new ScreenLockAppDeathRecipient(); in GetScreenLockManagerProxy()
105 systemAbility->AddDeathRecipient(deathRecipient_); in GetScreenLockManagerProxy()
Dscreenlock_manager.cpp32 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/
Dprint_manager_client.cpp30 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/
Dability_manager_adapter.cpp104deathRecipient_ = 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/
Dbundle_manager_helper.cpp30 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/
Dbundle_manager_adapter.cpp197deathRecipient_ = 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/
Dpinauth_register_impl.cpp88 deathRecipient_ = dr; in GetProxy()
99 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer_client.cpp58 deathRecipient_ = dr; in GetProxy()
76 serviceRemote->RemoveDeathRecipient(deathRecipient_); in OnRemoteDied()

12345