Home
last modified time | relevance | path

Searched refs:delayNotificationList_ (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp527 auto iter = delayNotificationList_.begin(); in UpdateInDelayNotificationList()
528 while (iter != delayNotificationList_.end()) { in UpdateInDelayNotificationList()
547 delayNotificationList_.emplace_back(std::make_pair(record, timerId)); in AddToDelayNotificationList()
569 for (auto delayNotification : delayNotificationList_) { in IsNotificationExistsInDelayList()
H A Dadvanced_notification_service.cpp1222 for (auto delayNotification : delayNotificationList_) { in GetNotificationKeys()
1271 for (auto delayNotification : delayNotificationList_) { in RemoveFromNotificationList()
1276 delayNotificationList_.remove(delayNotification); in RemoveFromNotificationList()
1346 for (auto delayNotification : delayNotificationList_) { in RemoveFromDelayedNotificationList()
1349 delayNotificationList_.remove(delayNotification); in RemoveFromDelayedNotificationList()
1385 for (auto delayNotification : delayNotificationList_) { in GetFromDelayedNotificationList()
H A Dadvanced_notification_publish_service.cpp1362 for (auto iter = delayNotificationList_.begin(); iter != delayNotificationList_.end();) { in RemoveSystemLiveViewNotificationsOfSa()
1366 iter = delayNotificationList_.erase(iter); in RemoveSystemLiveViewNotificationsOfSa()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1468 std::list<std::pair<std::shared_ptr<NotificationRecord>, uint64_t>> delayNotificationList_; member in OHOS::Notification::final

Completed in 12 milliseconds