Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp866 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 …]
H A Dadvanced_notification_publish_service.cpp1383 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 …]
H A Dadvanced_notification_utils.cpp164 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()
H A Dadvanced_notification_live_view_service.cpp188 for (auto notificationRecord : notificationList_) { in OnSubscriberAdd()
749 for (const auto &record : notificationList_) { in HandleUpdateLiveViewNotificationTimer()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp186 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 …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp313 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 2);
371 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 1);
375 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 0);
H A Dadvanced_notification_service_test.cpp336 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 …]
H A Dadvanced_notification_publish_service_test.cpp319 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 0);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1454 std::list<std::shared_ptr<NotificationRecord>> notificationList_; variable