/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvstore_service_death_notifier.h | 37 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 D | kvstore_service_death_notifier.cpp | 107 void KvStoreServiceDeathNotifier::AddServiceDeathWatcher(std::shared_ptr<KvStoreDeathRecipient> wat… in AddServiceDeathWatcher() 119 void KvStoreServiceDeathNotifier::RemoveServiceDeathWatcher(std::shared_ptr<KvStoreDeathRecipient> … in RemoveServiceDeathWatcher()
|
H A D | distributed_kv_data_manager.cpp | 163 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 D | distributed_kv_data_manager.cpp | 54 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 D | distributed_kv_data_manager.cpp | 54 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 D | distributed_kv_data_manager.cpp | 56 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 D | kvstore_data_service.h | 137 class KvStoreDeathRecipient : public IRemoteObject::DeathRecipient { 139 … explicit KvStoreDeathRecipient(KvStoreClientDeathObserverImpl &kvStoreClientDeathObserverImpl); 140 virtual ~KvStoreDeathRecipient(); 154 sptr<KvStoreDeathRecipient> deathRecipient_;
|
H A D | kvstore_data_service.cpp | 413 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 D | distributed_kv_data_manager.h | 97 …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 D | distributed_kv_data_manager.h | 145 …API_EXPORT void RegisterKvStoreServiceDeathRecipient(std::shared_ptr<KvStoreDeathRecipient> deathR… 151 …API_EXPORT void UnRegisterKvStoreServiceDeathRecipient(std::shared_ptr<KvStoreDeathRecipient> deat…
|
H A D | kvstore_death_recipient.h | 24 class API_EXPORT KvStoreDeathRecipient {
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/persistenceadapter/kvadapter/ |
H A D | kv_adapter.h | 40 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 D | distributed_kv_data_manager.cpp | 117 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 D | kvstore_death_recipient.h | 23 class KvStoreDeathRecipient : public IRemoteObject::DeathRecipient {
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | kvstore_death_recipient.cpp | 27 void KvStoreDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/distributedkvdatamanager_fuzzer/ |
H A D | distributedkvdatamanager_fuzzer.cpp | 42 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 D | distributed_kvstore_death_recipient.h | 25 class DistributedKvStoreDeathRecipient : public DistributedKv::KvStoreDeathRecipient {
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/listener/ |
H A D | kv_store_death_recipient.h | 26 class KvDeathRecipient : public DistributedKv::KvStoreDeathRecipient {
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/kvadapter/ |
H A D | kv_adapter_manager.h | 48 std::shared_ptr<DistributedKv::KvStoreDeathRecipient> deathRecipient_ = nullptr;
|
H A D | kv_adapter.h | 34 class KVAdapter : public DistributedKv::KvStoreDeathRecipient, public std::enable_shared_from_this<…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_kv_manager.h | 50 class DeathRecipient : public DistributedKv::KvStoreDeathRecipient, public JSObserver {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_kv_manager.h | 51 class DeathRecipient : public DistributedKv::KvStoreDeathRecipient, public JSObserver {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | distributed_kv_data_manager_encrypt_test.cpp | 48 class MyDeathRecipient : public KvStoreDeathRecipient {
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/ |
H A D | db_adapter.h | 34 public DistributedKv::KvStoreDeathRecipient {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kvdb_service_client.h | 70 class ServiceDeath : public KvStoreDeathRecipient {
|