Home
last modified time | relevance | path

Searched refs:KvDeathRecipient (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_store_death_recipient.cpp33 KvDeathRecipient::KvDeathRecipient(const std::string& storeId) in KvDeathRecipient() function in OHOS::DistributedDeviceProfile::KvDeathRecipient
43 KvDeathRecipient::~KvDeathRecipient() in ~KvDeathRecipient()
57 void KvDeathRecipient::OnRemoteDied() in OnRemoteDied()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/listener/
H A Dkv_store_death_recipient.h26 class KvDeathRecipient : public DistributedKv::KvStoreDeathRecipient {
28 KvDeathRecipient(const std::string& storeId);
29 virtual ~KvDeathRecipient();
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_control_utils_test.cpp96 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
114 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
134 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
181 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
200 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
219 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
240 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
278 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
296 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
314 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID),
[all …]
H A Dkv_store_death_recipient_test.cpp72 std::shared_ptr<KvDeathRecipient> KvDeathRecipient_ = make_shared<KvDeathRecipient>(storeId);
H A Dkv_adapter_test.cpp58 make_shared<KvDeathRecipient>(STORE_ID), in SetUpTestCase()
392 make_shared<KvDeathRecipient>(STORE_ID),
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp54 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID), in Init()
H A Ddevice_profile_manager.cpp58 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID), in Init()