Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp658 oldRecord = GetFromNotificationList(ownerUid, request->GetNotificationId()); in IsUpdateSystemLiveviewByOwner()
694 oldRecord = GetFromNotificationList(creatorUid, notificationId); in UpdateRecordByOwner()
H A Dadvanced_notification_service.cpp880 auto oldRecord = GetFromNotificationList(record->notification->GetKey()); in Filter()
1345 std::shared_ptr<NotificationRecord> AdvancedNotificationService::GetFromNotificationList(const std:… in GetFromNotificationList() function in OHOS::Notification::AdvancedNotificationService
1355 std::shared_ptr<NotificationRecord> AdvancedNotificationService::GetFromNotificationList( in GetFromNotificationList() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1234 std::shared_ptr<NotificationRecord> GetFromNotificationList(const std::string &key);
1235 …std::shared_ptr<NotificationRecord> GetFromNotificationList(const int32_t ownerUid, const int32_t …