Searched refs:delayNotification (Results 1 – 2 of 2) sorted by relevance
1187 for (auto delayNotification : delayNotificationList_) { in GetNotificationKeys() local1260 for (auto delayNotification : delayNotificationList_) { in RemoveFromNotificationList() local1262 (delayNotification.first->notification->GetLabel() == label) && in RemoveFromNotificationList()1264 CancelTimer(delayNotification.second); in RemoveFromNotificationList()1265 delayNotificationList_.remove(delayNotification); in RemoveFromNotificationList()1335 for (auto delayNotification : delayNotificationList_) { in RemoveFromDelayedNotificationList() local1336 if (delayNotification.first->notification->GetKey() == key) { in RemoveFromDelayedNotificationList()1337 CancelTimer(delayNotification.second); in RemoveFromDelayedNotificationList()1338 delayNotificationList_.remove(delayNotification); in RemoveFromDelayedNotificationList()1374 for (auto delayNotification : delayNotificationList_) { in GetFromDelayedNotificationList() local[all …]
566 for (auto delayNotification : delayNotificationList_) { in IsNotificationExistsInDelayList() local567 if (delayNotification.first->notification->GetKey() == key) { in IsNotificationExistsInDelayList()