Home
last modified time | relevance | path

Searched refs:oldRecord (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp650 auto oldRecord = GetFromDelayedNotificationList(ownerUid, request->GetNotificationId()); in IsUpdateSystemLiveviewByOwner() local
651 if (oldRecord != nullptr) { in IsUpdateSystemLiveviewByOwner()
661 oldRecord = GetFromNotificationList(ownerUid, request->GetNotificationId()); in IsUpdateSystemLiveviewByOwner()
665 return oldRecord != nullptr; in IsUpdateSystemLiveviewByOwner()
695 auto oldRecord = GetFromDelayedNotificationList(creatorUid, notificationId); in UpdateRecordByOwner() local
696 if (oldRecord == nullptr) { in UpdateRecordByOwner()
697 oldRecord = GetFromNotificationList(creatorUid, notificationId); in UpdateRecordByOwner()
699 if (oldRecord == nullptr) { in UpdateRecordByOwner()
705 record->request = oldRecord->request; in UpdateRecordByOwner()
717 CancelTimer(oldRecord in UpdateRecordByOwner()
[all...]
H A Dadvanced_notification_service.cpp873 auto oldRecord = GetFromNotificationList(record->notification->GetKey()); in Filter() local
874 result = record->request->CheckNotificationRequest((oldRecord == nullptr) ? nullptr : oldRecord->request); in Filter()

Completed in 6 milliseconds