Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp63 … std::shared_ptr<Notification> sharedNotification = std::make_shared<Notification>(*notification); in OnConsumed() local
65 if (!subscriber->ProcessSyncDecision(subscriber->GetDeviceType(), sharedNotification)) { in OnConsumed()
71 sharedNotification, std::make_shared<NotificationSortingMap>(*notificationMap)); in OnConsumed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp152 … std::shared_ptr<Notification> sharedNotification = std::make_shared<Notification>(*notification); in OnConsumed() local
154 if (!subscriber_.ProcessSyncDecision(subscriber_.GetDeviceType(), sharedNotification)) { in OnConsumed()
159 sharedNotification, std::make_shared<NotificationSortingMap>(*notificationMap)); in OnConsumed()