Home
last modified time | relevance | path

Searched defs:death (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_death_recipient.cpp41 sptr<IRemoteObject::DeathRecipient> death = dBinderService->QueryDeathRecipient(object); in OnRemoteDied() local
H A Ddbinder_service_stub.cpp174 sptr<IRemoteObject::DeathRecipient> death(new DbinderDeathRecipient()); in AddDbinderDeathRecipient() local
225 sptr<IRemoteObject::DeathRecipient> death = dBinderService->QueryDeathRecipient(object); in RemoveDbinderDeathRecipient() local
H A Ddbinder_service.cpp559 sptr<IRemoteObject::DeathRecipient> death(new DbinderSaDeathRecipient(binderObject)); in LoadSystemAbilityComplete() local
1210 sptr<IRemoteObject::DeathRecipient> death = QueryDeathRecipient((it->first)); in ProcessCallbackProxy() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp565 sptr<IRemoteObject::DeathRecipient> death = new MockDeathRecipient(); variable
587 sptr<IRemoteObject::DeathRecipient> death = new MockDeathRecipient(); variable
606 sptr<IRemoteObject::DeathRecipient> death = new MockDeathRecipient(); variable
643 sptr<IRemoteObject::DeathRecipient> death = nullptr; variable
663 sptr<IRemoteObject::DeathRecipient> death = nullptr; variable
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp40 sptr<IRemoteObject::DeathRecipient> death(new TestDeathRecipient()); in ConnectService() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_manager_test.cpp379 auto death = std::make_shared<SubscriberDeathRecipient>(); variable
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp251 … sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) GnssStatusCallbackDeathRecipient()); in RegisterGnssStatusCallback() local
283 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) NmeaCallbackDeathRecipient()); in RegisterNmeaMessageCallback() local
316 …sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) CachedLocationCallbackDeathRecipient(… in RegisterCachedCallback() local
708 …sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) GnssGeofenceCallbackDeathRecipient()); in RegisterGnssGeofenceCallback() local
1606 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) LocationHdiDeathRecipient()); in RegisterLocationHdiDeathRecipient() local
/ohos5.0/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.cpp250 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) AgnssCallBackDeathRecipient(this)); in AddAgnssDeathRecipient() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp227 PasteboardSaDeathRecipient death; in FuzzPasteData002() local
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.cpp492 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) GnssCallBackDeathRecipient(this)); in AddGnssDeathRecipient() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c271 DeathCallback *death = (DeathCallback *)(uintptr_t) *(binder_uintptr_t *)ptr; in HandleDeadBinder() local
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp706 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) in RegisterLocationErrorCallback() local
H A Dlocator_ability.cpp518 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) SwitchCallbackDeathRecipient()); in RegisterSwitchCallback() local
963 …sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) LocatorCallbackDeathRecipient(identit… in StartLocating() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp1746 sptr<AppMgrDeathRecipient> death = new (std::nothrow) AppMgrDeathRecipient(); variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp1028 PasteboardSaDeathRecipient death; variable