Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp661 oldRecord = GetFromNotificationList(ownerUid, request->GetNotificationId()); in IsUpdateSystemLiveviewByOwner()
697 oldRecord = GetFromNotificationList(creatorUid, notificationId); in UpdateRecordByOwner()
H A Dadvanced_notification_service.cpp873 auto oldRecord = GetFromNotificationList(record->notification->GetKey()); in Filter()
1356 std::shared_ptr<NotificationRecord> AdvancedNotificationService::GetFromNotificationList(const std::string &key) in GetFromNotificationList() function in OHOS::Notification::AdvancedNotificationService
1366 std::shared_ptr<NotificationRecord> AdvancedNotificationService::GetFromNotificationList( in GetFromNotificationList() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1224 std::shared_ptr<NotificationRecord> GetFromNotificationList(const std::string &key);
1225 std::shared_ptr<NotificationRecord> GetFromNotificationList(const int32_t ownerUid, const int32_t notificationId);

Completed in 7 milliseconds