Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp182 advancedNotificationService.notificationList_.push_back(record);
200 advancedNotificationService.notificationList_.push_back(record);
219 advancedNotificationService.notificationList_.push_back(record);
240 advancedNotificationService.notificationList_.push_back(record);
263 advancedNotificationService.notificationList_.push_back(record);
286 advancedNotificationService.notificationList_.push_back(record);
305 advancedNotificationService.notificationList_.push_back(record);
323 advancedNotificationService.notificationList_.push_back(record);
342 advancedNotificationService.notificationList_.push_back(record);
362 advancedNotificationService.notificationList_.push_back(record);
[all …]
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp627 for (auto item : notificationList_) { in IsNotificationExists()
661 notificationList_.push_back(record); in AddToNotificationList()
667 auto iter = notificationList_.begin(); in UpdateInNotificationList()
668 while (iter != notificationList_.end()) { in UpdateInNotificationList()
681 notificationList_.sort(AdvancedNotificationService::NotificationCompare); in SortNotificationList()
694 for (auto record : notificationList_) { in GenerateSortingMap()
916 for (auto record : notificationList_) { in GetActiveNotifications()
943 for (auto record : notificationList_) { in GetActiveNotificationNums()
1193 for (auto record : notificationList_) { in GetNotificationKeys()
1379 for (auto record : notificationList_) { in RemoveFromNotificationList()
[all …]
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h847 std::list<std::shared_ptr<NotificationRecord>> notificationList_; variable
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp3503 advancedNotificationService_->notificationList_.push_back(record);
3507 EXPECT_EQ(advancedNotificationService_->notificationList_.size(), 0);
3541 advancedNotificationService_->notificationList_.push_back(record);
3563 advancedNotificationService_->notificationList_.push_back(record);