Home
last modified time | relevance | path

Searched refs:distributedKvStoreDeathRecipient_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp306 distributedKvStoreDeathRecipient_ = std::make_shared<DistributedKvStoreDeathRecipient>( in AdvancedNotificationService()
332 dataManager_.RegisterKvStoreServiceDeathRecipient(distributedKvStoreDeathRecipient_); in AdvancedNotificationService()
341 dataManager_.UnRegisterKvStoreServiceDeathRecipient(distributedKvStoreDeathRecipient_); in ~AdvancedNotificationService()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1456 std::shared_ptr<DistributedKvStoreDeathRecipient> distributedKvStoreDeathRecipient_ = nullptr; variable