Searched refs:notificationRecord (Results 1 – 1 of 1) sorted by relevance
188 for (auto notificationRecord : notificationList_) { in OnSubscriberAdd() local189 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()