Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp188 for (auto notificationRecord : notificationList_) { in OnSubscriberAdd() local
189 if (notificationRecord != nullptr && in OnSubscriberAdd()
190 notificationRecord->notification != nullptr && in OnSubscriberAdd()
191 notificationRecord->notification->GetNotificationRequest().IsCommonLiveView()) { in OnSubscriberAdd()
192 notifications.emplace_back(notificationRecord->notification); in OnSubscriberAdd()