/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_service_death_test.cpp | 40 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable 61 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable
|
H A D | thermal_observer_test.cpp | 134 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable 154 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_mgr_service_death_test.cpp | 38 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable 57 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable
|
/ohos5.0/base/powermgr/battery_manager/frameworks/native/test/unittest/src/ |
H A D | battery_client_death_recipient_test.cpp | 49 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable 80 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable
|
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/ |
H A D | display_service_death_test.cpp | 38 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable
|
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_client_test.cpp | 289 sptr<IRemoteObject::DeathRecipient> deathRecipient = variable 300 sptr<IRemoteObject::DeathRecipient> deathRecipient = variable 321 sptr<IRemoteObject::DeathRecipient> deathRecipient = variable 334 sptr<IRemoteObject::DeathRecipient> deathRecipient = variable 346 sptr<IRemoteObject::DeathRecipient> deathRecipient = variable
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/ |
H A D | i_standard_camera_listener.h | 34 void AddCameraDeathRecipient(sptr<CameraDeathRecipient> &deathRecipient) in AddCameraDeathRecipient()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_capi_remote_object_unittest.cpp | 251 … auto deathRecipient = OH_IPCDeathRecipient_Create(nullptr, OnDeathRecipientDestroyCallback, this); variable 263 …auto deathRecipient = OH_IPCDeathRecipient_Create(OnDeathRecipientCallback, OnDeathRecipientDestro… variable 283 …auto deathRecipient = OH_IPCDeathRecipient_Create(OnDeathRecipientCallback, OnDeathRecipientDestro… variable 310 …auto deathRecipient = OH_IPCDeathRecipient_Create(OnDeathRecipientCallback, OnDeathRecipientDestro… variable
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_status_module.cpp | 46 …sptr<ClientDeathRecipient> deathRecipient = new (std::nothrow) ClientDeathRecipient(shared_from_th… in RegisterListener() local 120 auto deathRecipient = itemFind->second; in RemoveListenerAndDeathRecipient() local
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_router_proxy_mgr.cpp | 27 const sptr<IRemoteObject::DeathRecipient> &deathRecipient) in SetDeathRecipient() 121 auto deathRecipient = iter->second; in CleanResource() local
|
H A D | form_observer_record.cpp | 26 const sptr<IRemoteObject::DeathRecipient> &deathRecipient) in SetDeathRecipient() 163 auto deathRecipient = iter->second; in CleanResource() local 292 …sptr<IRemoteObject::DeathRecipient> deathRecipient = new (std::nothrow) FormObserverRecord::Client… in SetFormEventObserverLocked() local
|
H A D | form_host_record.cpp | 262 void FormHostRecord::SetDeathRecipient(const sptr<IRemoteObject::DeathRecipient> &deathRecipient) in SetDeathRecipient() 270 void FormHostRecord::AddDeathRecipient(const sptr<IRemoteObject::DeathRecipient> &deathRecipient) in AddDeathRecipient()
|
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | avcodec_service_stub.cpp | 47 sptr<AVCodecDeathRecipient> deathRecipient = nullptr; in DestroyStubForPid() local 121 sptr<AVCodecDeathRecipient> deathRecipient = new (std::nothrow) AVCodecDeathRecipient(pid); in SetDeathListener() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/concurrency/ |
H A D | audio_concurrency_service.cpp | 55 const sptr<AudioConcurrencyDeathRecipient> &deathRecipient, uint32_t sessionID) in AudioConcurrencyClient() 85 sptr<AudioConcurrencyDeathRecipient> deathRecipient = new in SetAudioConcurrencyCallback() local
|
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/ |
H A D | media_service_stub.cpp | 52 sptr<MediaDeathRecipient> deathRecipient = nullptr; in DestroyStubForPid() local 121 sptr<MediaDeathRecipient> deathRecipient = new(std::nothrow) MediaDeathRecipient(pid); in SetDeathListener() local
|
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_service_death_test.cpp | 47 std::shared_ptr<IRemoteObject::DeathRecipient> deathRecipient = variable
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
H A D | svc_death_recipient_test.cpp | 64 sptr<SvcDeathRecipient> deathRecipient = sptr(new SvcDeathRecipient(CallBack)); variable
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_manager_service.c | 31 static void OnRemoteServiceDied(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *… in OnRemoteServiceDied() 232 void CleanRemoteServiceResource(struct HdfDeathRecipient *deathRecipient, struct HdfRemoteService *… in CleanRemoteServiceResource()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_host_caller.cpp | 72 void FormHostCaller::AddDeathRecipient(sptr<IRemoteObject::DeathRecipient> deathRecipient) in AddDeathRecipient()
|
H A D | form_caller_mgr.cpp | 44 sptr<IRemoteObject::DeathRecipient> deathRecipient = in AddFormHostCaller() local 123 sptr<IRemoteObject::DeathRecipient> deathRecipient = in AddFormProviderCaller() local
|
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/ |
H A D | dataobs_mgr_inner_ext.h | 49 sptr<IRemoteObject::DeathRecipient> deathRecipient; member
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | insight_intent_execute_manager.h | 39 sptr<IRemoteObject::DeathRecipient> deathRecipient = nullptr; member
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/ |
H A D | perusersession_fuzzer.cpp | 66 sptr<InputDeathRecipient> deathRecipient = new (std::nothrow) InputDeathRecipient(); in InitializeClientInfo() local
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/ |
H A D | formhostrecord_fuzzer.cpp | 69 sptr<IRemoteObject::DeathRecipient> deathRecipient = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | assert_fault_callback_death_mgr.cpp | 47 sptr<AssertFaultRemoteDeathRecipient> deathRecipient = in AddAssertFaultCallback() local
|