Searched refs:RemoveFromNotificationList (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 346 result = RemoveFromNotificationList(key, notification, true, reason); in ExcuteCancelAll() 576 result = RemoveFromNotificationList(key, notification, false, removeReason); in ExcuteDelete() 631 result = RemoveFromNotificationList(key, notification, false, NotificationConstant::CANCEL_REASON_DELETE); in DeleteByBundle() 1690 ErrCode result = RemoveFromNotificationList(key, notification, false, removeReason); in RemoveNotifications() 2031 result = RemoveFromNotificationList(key, notification, true, in RemoveNotificationFromRecordList()
|
H A D | advanced_notification_utils.cpp | 545 result = RemoveFromNotificationList(key, notification, true, in OnBundleRemoved() 1357 ErrCode result = RemoveFromNotificationList(key, notification, true, in OnBundleDataCleared() 2035 ErrCode result = RemoveFromNotificationList(key, notification, true, removeReason); in OnRecoverLiveView()
|
H A D | advanced_notification_service.cpp | 392 result = RemoveFromNotificationList(bundleOption, label, notificationId, notification, true); in CancelPreparedNotification() 1232 ErrCode AdvancedNotificationService::RemoveFromNotificationList(const sptr<NotificationBundleOption> &bundleOption, in RemoveFromNotificationList() function in OHOS::Notification::AdvancedNotificationService 1285 ErrCode AdvancedNotificationService::RemoveFromNotificationList( in RemoveFromNotificationList() function in OHOS::Notification::AdvancedNotificationService
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1217 ErrCode RemoveFromNotificationList(const sptr<NotificationBundleOption> &bundleOption, const std::string &label, 1219 ErrCode RemoveFromNotificationList(const std::string &key, sptr<Notification> ¬ification,
|
Completed in 12 milliseconds