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 D | kv_store_death_recipient.cpp | 33 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 D | kv_store_death_recipient.h | 26 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 D | profile_control_utils_test.cpp | 96 … 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 D | kv_store_death_recipient_test.cpp | 72 std::shared_ptr<KvDeathRecipient> KvDeathRecipient_ = make_shared<KvDeathRecipient>(storeId);
|
H A D | kv_adapter_test.cpp | 58 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 D | static_profile_manager.cpp | 54 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID), in Init()
|
H A D | device_profile_manager.cpp | 58 … std::make_shared<KvSyncCompletedListener>(STORE_ID), std::make_shared<KvDeathRecipient>(STORE_ID), in Init()
|