Home
last modified time | relevance | path

Searched refs:KvStoreDeathRecipient (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_service_death_notifier.h37 static void AddServiceDeathWatcher(std::shared_ptr<KvStoreDeathRecipient> watcher);
39 static void RemoveServiceDeathWatcher(std::shared_ptr<KvStoreDeathRecipient> watcher);
67 std::set<std::shared_ptr<KvStoreDeathRecipient>> serviceDeathWatchers_;
H A Dkvstore_service_death_notifier.cpp107 void KvStoreServiceDeathNotifier::AddServiceDeathWatcher(std::shared_ptr<KvStoreDeathRecipient> wat… in AddServiceDeathWatcher()
119 void KvStoreServiceDeathNotifier::RemoveServiceDeathWatcher(std::shared_ptr<KvStoreDeathRecipient> … in RemoveServiceDeathWatcher()
H A Ddistributed_kv_data_manager.cpp163 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in RegisterKvStoreServiceDeathRecipient()
174 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in UnRegisterKvStoreServiceDeathRecipient()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Ddistributed_kv_data_manager.cpp54 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in RegisterKvStoreServiceDeathRecipient()
58 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in UnRegisterKvStoreServiceDeathRecipient()
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Ddistributed_kv_data_manager.cpp54 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in RegisterKvStoreServiceDeathRecipient()
58 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in UnRegisterKvStoreServiceDeathRecipient()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Ddistributed_kv_data_manager.cpp56 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in RegisterKvStoreServiceDeathRecipient()
60 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in UnRegisterKvStoreServiceDeathRecipient()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.h137 class KvStoreDeathRecipient : public IRemoteObject::DeathRecipient {
139 … explicit KvStoreDeathRecipient(KvStoreClientDeathObserverImpl &kvStoreClientDeathObserverImpl);
140 virtual ~KvStoreDeathRecipient();
154 sptr<KvStoreDeathRecipient> deathRecipient_;
H A Dkvstore_data_service.cpp413 deathRecipient_(new KvStoreDeathRecipient(*this)) in KvStoreClientDeathObserverImpl()
486 KvStoreDataService::KvStoreClientDeathObserverImpl::KvStoreDeathRecipient::KvStoreDeathRecipient( in KvStoreDeathRecipient() function in OHOS::DistributedKv::KvStoreDataService::KvStoreClientDeathObserverImpl::KvStoreDeathRecipient
493 KvStoreDataService::KvStoreClientDeathObserverImpl::KvStoreDeathRecipient::~KvStoreDeathRecipient() in ~KvStoreDeathRecipient()
498 void KvStoreDataService::KvStoreClientDeathObserverImpl::KvStoreDeathRecipient::OnRemoteDied( in OnRemoteDied()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Ddistributed_kv_data_manager.h97 …API_EXPORT void RegisterKvStoreServiceDeathRecipient(std::shared_ptr<KvStoreDeathRecipient> deathR…
99 …API_EXPORT void UnRegisterKvStoreServiceDeathRecipient(std::shared_ptr<KvStoreDeathRecipient> deat…
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddistributed_kv_data_manager.h145 …API_EXPORT void RegisterKvStoreServiceDeathRecipient(std::shared_ptr<KvStoreDeathRecipient> deathR…
151 …API_EXPORT void UnRegisterKvStoreServiceDeathRecipient(std::shared_ptr<KvStoreDeathRecipient> deat…
H A Dkvstore_death_recipient.h24 class API_EXPORT KvStoreDeathRecipient {
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/persistenceadapter/kvadapter/
H A Dkv_adapter.h40 const std::shared_ptr<DistributedKv::KvStoreDeathRecipient> &deathListener,
78 std::shared_ptr<DistributedKv::KvStoreDeathRecipient> deathRecipient_ = nullptr;
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddistributed_kv_data_manager.cpp117 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in RegisterKvStoreServiceDeathRecipient()
127 std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient) in UnRegisterKvStoreServiceDeathRecipient()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dkvstore_death_recipient.h23 class KvStoreDeathRecipient : public IRemoteObject::DeathRecipient {
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dkvstore_death_recipient.cpp27 void KvStoreDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/distributedkvdatamanager_fuzzer/
H A Ddistributedkvdatamanager_fuzzer.cpp42 class MyDeathRecipient : public KvStoreDeathRecipient {
205 …std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient = std::make_shared<MyDeathRecipient>(… in RegisterKvStoreServiceDeathRecipientFuzz()
212 …std::shared_ptr<KvStoreDeathRecipient> kvStoreDeathRecipient = std::make_shared<MyDeathRecipient>(… in UnRegisterKvStoreServiceDeathRecipientFuzz()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Ddistributed_kvstore_death_recipient.h25 class DistributedKvStoreDeathRecipient : public DistributedKv::KvStoreDeathRecipient {
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/listener/
H A Dkv_store_death_recipient.h26 class KvDeathRecipient : public DistributedKv::KvStoreDeathRecipient {
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/kvadapter/
H A Dkv_adapter_manager.h48 std::shared_ptr<DistributedKv::KvStoreDeathRecipient> deathRecipient_ = nullptr;
H A Dkv_adapter.h34 class KVAdapter : public DistributedKv::KvStoreDeathRecipient, public std::enable_shared_from_this<…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_manager.h50 class DeathRecipient : public DistributedKv::KvStoreDeathRecipient, public JSObserver {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_kv_manager.h51 class DeathRecipient : public DistributedKv::KvStoreDeathRecipient, public JSObserver {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddistributed_kv_data_manager_encrypt_test.cpp48 class MyDeathRecipient : public KvStoreDeathRecipient {
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Ddb_adapter.h34 public DistributedKv::KvStoreDeathRecipient {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkvdb_service_client.h70 class ServiceDeath : public KvStoreDeathRecipient {

12