Searched refs:delayNotificationList_ (Results 1 – 4 of 4) sorted by relevance
524 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()
1187 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()
1433 for (auto iter = delayNotificationList_.begin(); iter != delayNotificationList_.end();) { in RemoveSystemLiveViewNotificationsOfSa()1437 iter = delayNotificationList_.erase(iter); in RemoveSystemLiveViewNotificationsOfSa()
1471 std::list<std::pair<std::shared_ptr<NotificationRecord>, uint64_t>> delayNotificationList_; variable