Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1188 auto delayRequest = delayNotification.first->notification->GetNotificationRequest(); in GetNotificationKeys() local
1189 if (bundleOption != nullptr && delayRequest.GetOwnerUid() == bundleOption->GetUid()) { in GetNotificationKeys()
1375 auto delayRequest = delayNotification.first->notification->GetNotificationRequest(); in GetFromDelayedNotificationList() local
1376 if (delayRequest.GetOwnerUid() == ownerUid && in GetFromDelayedNotificationList()
1377 delayRequest.GetNotificationId() == notificationId && in GetFromDelayedNotificationList()
1378 delayRequest.IsSystemLiveView() && delayRequest.IsUpdateByOwnerAllowed()) { in GetFromDelayedNotificationList()