Searched refs:notificationList_ (Results 1 – 9 of 9) sorted by relevance
866 for (auto item : notificationList_) { in IsNotificationExists()995 notificationList_.push_back(record); in AddToNotificationList()1001 auto iter = notificationList_.begin(); in UpdateInNotificationList()1178 for (auto record : notificationList_) { in GetNotificationKeys()1224 for (auto record : notificationList_) { in RemoveFromNotificationList()1277 for (auto record : notificationList_) { in RemoveFromNotificationList()1300 notificationList_.remove(record); in RemoveFromNotificationList()1347 for (auto item : notificationList_) { in GetFromNotificationList()1358 for (auto item : notificationList_) { in GetFromNotificationList()1516 for (auto item : notificationList_) { in PublishInNotificationList()[all …]
1383 for (auto record : notificationList_) { in CancelContinuousTaskNotification()1448 for (auto item : notificationList_) { in RemoveSystemLiveViewNotificationsOfSa()1488 for (auto record : notificationList_) { in TriggerLocalLiveView()1563 for (auto record : notificationList_) { in RemoveNotification()1670 for (auto record : notificationList_) { in RemoveAllNotificationsInner()1708 notificationList_.remove(record); in RemoveAllNotificationsInner()1815 it != notificationList_.end();) { in RemoveNotificationBySlot()1828 it = notificationList_.erase(it); in RemoveNotificationBySlot()1955 for (auto record : notificationList_) { in ExcuteCancelGroupCancel()1969 notificationList_.remove(record); in ExcuteCancelGroupCancel()[all …]
164 for (auto record : notificationList_) { in GenerateSortingMap()342 for (const auto &record : notificationList_) { in ActiveNotificationDump()433 for (auto record : notificationList_) { in DistributedNotificationDump()671 for (auto& notification : notificationList_) { in GetTargetRecordList()688 for (auto& notification : notificationList_) { in GetCommonTargetRecordList()1103 for (auto record : notificationList_) { in OnDistributedDelete()1110 notificationList_.remove(record); in OnDistributedDelete()1186 for (auto record : notificationList_) { in GetLocalNotificationKeys()1202 for (auto record : notificationList_) { in GetDistributedInfo()
188 for (auto notificationRecord : notificationList_) { in OnSubscriberAdd()749 for (const auto &record : notificationList_) { in HandleUpdateLiveViewNotificationTimer()
186 advancedNotificationService.notificationList_.push_back(record);205 advancedNotificationService.notificationList_.push_back(record);226 advancedNotificationService.notificationList_.push_back(record);249 advancedNotificationService.notificationList_.push_back(record);272 advancedNotificationService.notificationList_.push_back(record);291 advancedNotificationService.notificationList_.push_back(record);309 advancedNotificationService.notificationList_.push_back(record);328 advancedNotificationService.notificationList_.push_back(record);348 advancedNotificationService.notificationList_.push_back(record);371 advancedNotificationService.notificationList_.push_back(record);[all …]
313 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 2);371 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 1);375 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 0);
336 advancedNotificationService_->notificationList_.push_back(record);2475 advancedNotificationService_->notificationList_.push_back(record);2497 advancedNotificationService_->notificationList_.push_back(record);2690 advancedNotificationService_->notificationList_.clear();2723 advancedNotificationService_->notificationList_.push_back(record);2755 advancedNotificationService_->notificationList_.push_back(record);2785 advancedNotificationService_->notificationList_.push_back(record);2830 advancedNotificationService_->notificationList_.push_back(record);2952 advancedNotificationService_->notificationList_.clear();2971 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 0);[all …]
319 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 0);
1454 std::list<std::shared_ptr<NotificationRecord>> notificationList_; variable