Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1227 …ErrCode RemoveFromNotificationList(const sptr<NotificationBundleOption> &bundleOption, const std::…
1229 ErrCode RemoveFromNotificationList(const std::string &key, sptr<Notification> &notification,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp351 result = RemoveFromNotificationList(key, notification, true, reason); in ExcuteCancelAll()
581 result = RemoveFromNotificationList(key, notification, false, removeReason); in ExcuteDelete()
636 …result = RemoveFromNotificationList(key, notification, false, NotificationConstant::CANCEL_REASON_… in DeleteByBundle()
1764 ErrCode result = RemoveFromNotificationList(key, notification, false, removeReason); in RemoveNotifications()
2105 result = RemoveFromNotificationList(key, notification, true, in RemoveNotificationFromRecordList()
H A Dadvanced_notification_service.cpp400 … result = RemoveFromNotificationList(bundleOption, label, notificationId, notification, true); in CancelPreparedNotification()
1221 ErrCode AdvancedNotificationService::RemoveFromNotificationList(const sptr<NotificationBundleOption… in RemoveFromNotificationList() function in OHOS::Notification::AdvancedNotificationService
1274 ErrCode AdvancedNotificationService::RemoveFromNotificationList( in RemoveFromNotificationList() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_utils.cpp516 result = RemoveFromNotificationList(key, notification, true, in OnBundleRemoved()
1339 ErrCode result = RemoveFromNotificationList(key, notification, true, in OnBundleDataCleared()
2057 ErrCode result = RemoveFromNotificationList(key, notification, true, removeReason); in OnRecoverLiveView()