Searched refs:RemoveFromNotificationList (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1227 …ErrCode RemoveFromNotificationList(const sptr<NotificationBundleOption> &bundleOption, const std::… 1229 ErrCode RemoveFromNotificationList(const std::string &key, sptr<Notification> ¬ification,
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 351 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 D | advanced_notification_service.cpp | 400 … 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 D | advanced_notification_utils.cpp | 516 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()
|