Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp858 for (auto item : notificationList_) { in IsNotificationExists()
988 notificationList_.push_back(record); in AddToNotificationList()
1036 auto iter = notificationList_.begin(); in UpdateInNotificationList()
1037 while (iter != notificationList_.end()) { in UpdateInNotificationList()
1057 notificationList_.sort(AdvancedNotificationService::NotificationCompare); in SortNotificationList()
1107 for (auto record : notificationList_) { in GetActiveNotifications()
1135 for (auto record : notificationList_) { in GetActiveNotificationNums()
1213 for (auto record : notificationList_) { in GetNotificationKeys()
1235 for (auto record : notificationList_) { in RemoveFromNotificationList()
1261 notificationList_ in RemoveFromNotificationList()
[all...]
H A Dadvanced_notification_publish_service.cpp1312 for (auto record : notificationList_) { in CancelContinuousTaskNotification()
1316 notificationList_.remove(record); in CancelContinuousTaskNotification()
1377 for (auto item : notificationList_) { in RemoveSystemLiveViewNotificationsOfSa()
1417 for (auto record : notificationList_) { in TriggerLocalLiveView()
1491 for (auto record : notificationList_) { in RemoveNotification()
1513 notificationList_.remove(record); in RemoveNotification()
1598 for (auto record : notificationList_) { in RemoveAllNotificationsInner()
1636 notificationList_.remove(record); in RemoveAllNotificationsInner()
1740 for (std::list<std::shared_ptr<NotificationRecord>>::iterator it = notificationList_.begin(); in RemoveNotificationBySlot()
1741 it != notificationList_ in RemoveNotificationBySlot()
[all...]
H A Dadvanced_notification_utils.cpp165 for (auto record : notificationList_) { in GenerateSortingMap()
368 for (const auto &record : notificationList_) { in ActiveNotificationDump()
461 for (auto record : notificationList_) { in DistributedNotificationDump()
700 for (auto& notification : notificationList_) { in GetTargetRecordList()
717 for (auto& notification : notificationList_) { in GetCommonTargetRecordList()
1121 for (auto record : notificationList_) { in OnDistributedDelete()
1128 notificationList_.remove(record); in OnDistributedDelete()
1204 for (auto record : notificationList_) { in GetLocalNotificationKeys()
1220 for (auto record : notificationList_) { in GetDistributedInfo()
H A Dadvanced_notification_live_view_service.cpp191 for (auto notificationRecord : notificationList_) { in OnSubscriberAdd()
/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); in HWTEST_F()
205 advancedNotificationService.notificationList_.push_back(record); in HWTEST_F()
226 advancedNotificationService.notificationList_.push_back(record); in HWTEST_F()
249 advancedNotificationService.notificationList_.push_back(record); in HWTEST_F()
272 advancedNotificationService.notificationList_.push_back(record); in HWTEST_F()
291 advancedNotificationService.notificationList_.push_back(record); in HWTEST_F()
309 advancedNotificationService.notificationList_.push_back(record); in HWTEST_F()
328 advancedNotificationService.notificationList_.push_back(record); in HWTEST_F()
348 advancedNotificationService.notificationList_.push_back(record); in HWTEST_F()
371 advancedNotificationService.notificationList_ in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp313 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 2); in HWTEST_F()
371 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 1); in HWTEST_F()
375 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 0); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp337 advancedNotificationService_->notificationList_.push_back(record); in HWTEST_F()
2478 advancedNotificationService_->notificationList_.push_back(record); in HWTEST_F()
2486 * @tc.desc : Test UpdateInNotificationList function and notificationList_ is not empty.
2500 advancedNotificationService_->notificationList_.push_back(record); in HWTEST_F()
2693 advancedNotificationService_->notificationList_.clear(); in HWTEST_F()
2726 advancedNotificationService_->notificationList_.push_back(record); in HWTEST_F()
2758 advancedNotificationService_->notificationList_.push_back(record); in HWTEST_F()
2788 advancedNotificationService_->notificationList_.push_back(record); in HWTEST_F()
2833 advancedNotificationService_->notificationList_.push_back(record); in HWTEST_F()
2955 advancedNotificationService_->notificationList_ in HWTEST_F()
[all...]
H A Dadvanced_notification_publish_service_test.cpp319 ASSERT_EQ(advancedNotificationService_->notificationList_.size(), 0); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1443 std::list<std::shared_ptr<NotificationRecord>> notificationList_; member in OHOS::Notification::final

Completed in 21 milliseconds