Home
last modified time | relevance | path

Searched refs:ServiceDeathRecipient (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp71 …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 Dkvstore_service_death_notifier.cpp77 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 Dkvstore_service_death_notifier.h44 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 Dams_mgr_proxy.h33 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient {
35 explicit ServiceDeathRecipient(AmsMgrProxy* owner) : owner_(owner) in ServiceDeathRecipient() function
54 sptr<AmsMgrProxy::ServiceDeathRecipient> deathRecipient_;
H A Ddata_share_manager_impl.h52 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 Dudmf_service_client.cpp76 …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 Dudmf_service_client.h49 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient {
51 ServiceDeathRecipient();
52 virtual ~ServiceDeathRecipient();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dextension_mgr_proxy.h36 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 Dbundle_mgr_proxy.h75 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 Dextension_mgr_proxy.cpp86 deathRecipient_ = new (std::nothrow) ExtensionMgrProxy::ServiceDeathRecipient(weak_from_this()); in ConnectSA()
H A Dbundle_mgr_proxy.cpp39 deathRecipient_ = new (std::nothrow)BundleMgrProxy::ServiceDeathRecipient(weak_from_this()); in GetBundleMgrProxy()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dclient_adaptor.h29 class ServiceDeathRecipient : public IRemoteObject::DeathRecipient {
31 ServiceDeathRecipient();
32 virtual ~ServiceDeathRecipient();
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/include/
H A Davsession_manager_impl.h33 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 Dconnection_observer_client_impl.h53 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 Drdb_manager_impl.h45 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 Ddataobs_mgr_client.h121 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 Davsession_manager_impl.cpp67 … 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 Ddata_share_manager_impl.cpp81 sptr<DataShareManagerImpl::ServiceDeathRecipient> deathRecipient = new (std::nothrow) in LinkToDeath()
82 DataShareManagerImpl::ServiceDeathRecipient(this); in LinkToDeath()
H A Dams_mgr_proxy.cpp91 deathRecipient_ = new (std::nothrow) AmsMgrProxy::ServiceDeathRecipient(this); in ConnectSA()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_manager_impl.cpp67 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 Ddataobs_mgr_client.cpp170 …sptr<ServiceDeathRecipient> serviceDeathRecipient(new (std::nothrow) ServiceDeathRecipient(GetInst… in GetObsMgr()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_client_impl.cpp218 new (std::nothrow) ServiceDeathRecipient(shared_from_this())); in ConnectLocked()
282 void ConnectionObserverClientImpl::ServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &r… in OnRemoteDied()