/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | client_adaptor.cpp | 71 …sptr<ClientAdaptor::ServiceDeathRecipient> deathRecipientPtr = new (std::nothrow)ServiceDeathRecip… in GetDistributedDataManager() 86 ClientAdaptor::ServiceDeathRecipient::ServiceDeathRecipient() in ServiceDeathRecipient() function in OHOS::ObjectStore::ClientAdaptor::ServiceDeathRecipient 90 ClientAdaptor::ServiceDeathRecipient::~ServiceDeathRecipient() in ~ServiceDeathRecipient() 94 void ClientAdaptor::ServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvstore_service_death_notifier.cpp | 77 instance.deathRecipientPtr_ = new (std::nothrow) ServiceDeathRecipient(); in GetDistributedKvDataService() 132 void KvStoreServiceDeathNotifier::ServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &re… in OnRemoteDied() 151 KvStoreServiceDeathNotifier::ServiceDeathRecipient::ServiceDeathRecipient() in ServiceDeathRecipient() function in OHOS::DistributedKv::KvStoreServiceDeathNotifier::ServiceDeathRecipient 156 KvStoreServiceDeathNotifier::ServiceDeathRecipient::~ServiceDeathRecipient() in ~ServiceDeathRecipient()
|
H A D | kvstore_service_death_notifier.h | 44 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 46 ServiceDeathRecipient(); 48 virtual ~ServiceDeathRecipient(); 64 sptr<ServiceDeathRecipient> deathRecipientPtr_;
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/ |
H A D | ams_mgr_proxy.h | 33 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 35 explicit ServiceDeathRecipient(AmsMgrProxy* owner) : owner_(owner) in ServiceDeathRecipient() function 54 sptr<AmsMgrProxy::ServiceDeathRecipient> deathRecipient_;
|
H A D | data_share_manager_impl.h | 52 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 54 explicit ServiceDeathRecipient(DataShareManagerImpl *owner) : owner_(owner) in ServiceDeathRecipient() function
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/ |
H A D | udmf_service_client.cpp | 76 …sptr<UdmfServiceClient::ServiceDeathRecipient> deathRecipientPtr = new (std::nothrow)ServiceDeathR… in GetDistributedKvDataService() 86 UdmfServiceClient::ServiceDeathRecipient::ServiceDeathRecipient() in ServiceDeathRecipient() function in OHOS::UDMF::UdmfServiceClient::ServiceDeathRecipient 91 UdmfServiceClient::ServiceDeathRecipient::~ServiceDeathRecipient() in ~ServiceDeathRecipient() 96 void UdmfServiceClient::ServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
|
H A D | udmf_service_client.h | 49 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 51 ServiceDeathRecipient(); 52 virtual ~ServiceDeathRecipient();
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | extension_mgr_proxy.h | 36 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 38 explicit ServiceDeathRecipient(std::weak_ptr<ExtensionMgrProxy> owner) : owner_(owner) in ServiceDeathRecipient() function 57 sptr<ExtensionMgrProxy::ServiceDeathRecipient> deathRecipient_;
|
H A D | bundle_mgr_proxy.h | 75 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 77 explicit ServiceDeathRecipient(std::weak_ptr<BundleMgrProxy> owner) : owner_(owner) {} in ServiceDeathRecipient() function 96 sptr<BundleMgrProxy::ServiceDeathRecipient> deathRecipient_;
|
H A D | extension_mgr_proxy.cpp | 86 deathRecipient_ = new (std::nothrow) ExtensionMgrProxy::ServiceDeathRecipient(weak_from_this()); in ConnectSA()
|
H A D | bundle_mgr_proxy.cpp | 39 deathRecipient_ = new (std::nothrow)BundleMgrProxy::ServiceDeathRecipient(weak_from_this()); in GetBundleMgrProxy()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/ |
H A D | client_adaptor.h | 29 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 31 ServiceDeathRecipient(); 32 virtual ~ServiceDeathRecipient();
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/include/ |
H A D | avsession_manager_impl.h | 33 class ServiceDeathRecipient; variable 112 sptr<ServiceDeathRecipient> serviceDeathRecipient_; 119 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 121 explicit ServiceDeathRecipient(const std::function<void()>& callback);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/ |
H A D | connection_observer_client_impl.h | 53 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 55 …explicit ServiceDeathRecipient(const std::shared_ptr<ConnectionObserverClientImpl>& owner) : owner… in ServiceDeathRecipient() function 57 virtual ~ServiceDeathRecipient() = default;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_manager_impl.h | 45 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 47 explicit ServiceDeathRecipient(RdbManagerImpl* owner) : owner_(owner) {} in ServiceDeathRecipient() function
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/ |
H A D | dataobs_mgr_client.h | 121 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient { 123 explicit ServiceDeathRecipient(std::weak_ptr<DataObsMgrClient> owner) : owner_(owner) {} in ServiceDeathRecipient() function
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | avsession_manager_impl.cpp | 67 … serviceDeathRecipient_ = new(std::nothrow) ServiceDeathRecipient([this] { OnServiceDie(); }); in GetService() 428 ServiceDeathRecipient::ServiceDeathRecipient(const std::function<void()>& callback) in ServiceDeathRecipient() function in OHOS::AVSession::ServiceDeathRecipient 434 void ServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/ |
H A D | data_share_manager_impl.cpp | 81 sptr<DataShareManagerImpl::ServiceDeathRecipient> deathRecipient = new (std::nothrow) in LinkToDeath() 82 DataShareManagerImpl::ServiceDeathRecipient(this); in LinkToDeath()
|
H A D | ams_mgr_proxy.cpp | 91 deathRecipient_ = new (std::nothrow) AmsMgrProxy::ServiceDeathRecipient(this); in ConnectSA()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_manager_impl.cpp | 67 sptr<RdbManagerImpl::ServiceDeathRecipient> deathRecipient = in LinkToDeath() 68 new(std::nothrow) RdbManagerImpl::ServiceDeathRecipient(&manager); in LinkToDeath()
|
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_client.cpp | 170 …sptr<ServiceDeathRecipient> serviceDeathRecipient(new (std::nothrow) ServiceDeathRecipient(GetInst… in GetObsMgr()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/ |
H A D | connection_observer_client_impl.cpp | 218 new (std::nothrow) ServiceDeathRecipient(shared_from_this())); in ConnectLocked() 282 void ConnectionObserverClientImpl::ServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &r… in OnRemoteDied()
|