Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp524 auto iter = delayNotificationList_.begin(); in UpdateInDelayNotificationList()
525 while (iter != delayNotificationList_.end()) { in UpdateInDelayNotificationList()
544 delayNotificationList_.emplace_back(std::make_pair(record, timerId)); in AddToDelayNotificationList()
566 for (auto delayNotification : delayNotificationList_) { in IsNotificationExistsInDelayList()
H A Dadvanced_notification_service.cpp1187 for (auto delayNotification : delayNotificationList_) { in GetNotificationKeys()
1260 for (auto delayNotification : delayNotificationList_) { in RemoveFromNotificationList()
1265 delayNotificationList_.remove(delayNotification); in RemoveFromNotificationList()
1335 for (auto delayNotification : delayNotificationList_) { in RemoveFromDelayedNotificationList()
1338 delayNotificationList_.remove(delayNotification); in RemoveFromDelayedNotificationList()
1374 for (auto delayNotification : delayNotificationList_) { in GetFromDelayedNotificationList()
H A Dadvanced_notification_publish_service.cpp1433 for (auto iter = delayNotificationList_.begin(); iter != delayNotificationList_.end();) { in RemoveSystemLiveViewNotificationsOfSa()
1437 iter = delayNotificationList_.erase(iter); in RemoveSystemLiveViewNotificationsOfSa()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1471 std::list<std::pair<std::shared_ptr<NotificationRecord>, uint64_t>> delayNotificationList_; variable