Home
last modified time | relevance | path

Searched refs:serviceRemote (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hidumper/services/native/src/
H A Ddump_manager_cpu_client.cpp90 auto serviceRemote = proxy_->AsObject(); in Reset() local
91 if (serviceRemote != nullptr) { in Reset()
92 serviceRemote->RemoveDeathRecipient(deathRecipient_); in Reset()
104 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
105 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
106 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
H A Ddump_manager_client.cpp105 auto serviceRemote = proxy_->AsObject(); in Reset() local
106 if (serviceRemote != nullptr) { in Reset()
107 serviceRemote->RemoveDeathRecipient(deathRecipient_); in Reset()
119 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
120 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
121 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/base/powermgr/thermal_manager/test/common/src/
H A Dmock_thermal_mgr_client.cpp78 auto serviceRemote = thermalSrv_->AsObject(); in ResetProxy() local
79 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
80 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dpinauth_register_impl.cpp97 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
98 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
99 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer_client.cpp74 auto serviceRemote = proxy_->AsObject(); in OnRemoteDied() local
75 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in OnRemoteDied()
76 serviceRemote->RemoveDeathRecipient(deathRecipient_); in OnRemoteDied()
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dsr_samgr_helper.cpp107 auto serviceRemote = iBundleMgr_->AsObject(); in ResetProxy() local
108 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
110 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_bms_helper.cpp113 auto serviceRemote = sptrBundleMgr_->AsObject(); in ResetProxy() local
114 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
116 serviceRemote->RemoveDeathRecipient(printBMSDeath_); in ResetProxy()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dco_auth_client_impl.cpp103 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
104 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
106 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_client.cpp130 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
131 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
133 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/base/useriam/face_auth/frameworks/ipc/src/
H A Dface_auth_client_impl.cpp134 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
135 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
137 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/drivers/external_device_manager/frameworks/native/
H A Ddriver_ext_mgr_client.cpp81 auto serviceRemote = proxy_->AsObject(); in DisConnect() local
82 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in DisConnect()
83 serviceRemote->RemoveDeathRecipient(deathRecipient_); in DisConnect()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_client.cpp74 auto serviceRemote = proxy_->AsObject(); in OnRemoteDied() local
75 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in OnRemoteDied()
76 serviceRemote->RemoveDeathRecipient(deathRecipient_); in OnRemoteDied()
/ohos5.0/base/powermgr/battery_statistics/frameworks/native/src/
H A Dbattery_stats_client.cpp58 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
59 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
60 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/extension_manager/src/
H A Dextension_manager_client.cpp82 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
83 if (serviceRemote != nullptr && serviceRemote == remote.promote()) { in ResetProxy()
84 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp90 auto serviceRemote = thermalSrv_->AsObject(); in ResetProxy() local
91 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
92 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp76 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
77 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
78 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_client.cpp249 auto serviceRemote = satelliteServiceProxy_->AsObject(); in RemoveDeathRecipient() local
250 if (serviceRemote == nullptr) { in RemoveDeathRecipient()
254 if (serviceRemote != remote.promote()) { in RemoveDeathRecipient()
258 serviceRemote->RemoveDeathRecipient(deathRecipient_); in RemoveDeathRecipient()
/ohos5.0/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_client.cpp98 auto serviceRemote = proxy_->AsObject(); in RemoveDeathRecipient() local
99 if (serviceRemote == nullptr) { in RemoveDeathRecipient()
103 if (isRemoteDied && serviceRemote != remote.promote()) { in RemoveDeathRecipient()
107 serviceRemote->RemoveDeathRecipient(deathRecipient_); in RemoveDeathRecipient()
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter.cpp228 auto serviceRemote = proxy_->AsObject(); in ResetProxy() local
229 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
230 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session_stub.cpp356 auto serviceRemote = foregroundCallback_->AsObject(); in RemoveForegroundDeathRcpt() local
357 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in RemoveForegroundDeathRcpt()
358 serviceRemote->RemoveDeathRecipient(foregroundDeathRecipient_); in RemoveForegroundDeathRcpt()
448 auto serviceRemote = readerModeCallback_->AsObject(); in RemoveReaderModeDeathRcpt() local
449 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in RemoveReaderModeDeathRcpt()
450 serviceRemote->RemoveDeathRecipient(readerModeDeathRecipient_); in RemoveReaderModeDeathRcpt()
/ohos5.0/base/powermgr/display_manager/state_manager/frameworks/native/
H A Ddisplay_power_mgr_client.cpp80 auto serviceRemote = proxy_->AsObject(); in OnRemoteDied() local
81 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in OnRemoteDied()
82 serviceRemote->RemoveDeathRecipient(deathRecipient_); in OnRemoteDied()
/ohos5.0/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_client.cpp123 auto serviceRemote = satelliteServiceProxy_->AsObject(); in RemoveDeathRecipient() local
124 if (serviceRemote == nullptr) { in RemoveDeathRecipient()
128 if (isRemoteDied && serviceRemote != remote.promote()) { in RemoveDeathRecipient()
132 serviceRemote->RemoveDeathRecipient(deathRecipient_); in RemoveDeathRecipient()
/ohos5.0/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_client.cpp92 sptr<IRemoteObject> serviceRemote = proxy_->AsObject(); in OnRemoteDied() local
93 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in OnRemoteDied()
94 serviceRemote->RemoveDeathRecipient(deathRecipient_); in OnRemoteDied()
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.cpp291 auto serviceRemote = hceCmdCallback_->AsObject(); in RemoveHceDeathRecipient() local
292 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in RemoveHceDeathRecipient()
293 serviceRemote->RemoveDeathRecipient(deathRecipient_); in RemoveHceDeathRecipient()
/ohos5.0/foundation/multimodalinput/input/intention/ipc/tunnel/src/
H A Dtunnel_client.cpp339 auto serviceRemote = devicestatusProxy_->AsObject(); in ResetProxy() local
340 if ((serviceRemote != nullptr) && (serviceRemote == remote.promote())) { in ResetProxy()
341 serviceRemote->RemoveDeathRecipient(deathRecipient_); in ResetProxy()

12