Home
last modified time | relevance | path

Searched refs:delayNotification (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1187 for (auto delayNotification : delayNotificationList_) { in GetNotificationKeys() local
1260 for (auto delayNotification : delayNotificationList_) { in RemoveFromNotificationList() local
1262 (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() local
1336 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 …]
H A Dadvanced_notification_live_view_service.cpp566 for (auto delayNotification : delayNotificationList_) { in IsNotificationExistsInDelayList() local
567 if (delayNotification.first->notification->GetKey() == key) { in IsNotificationExistsInDelayList()