Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_extension_wrapper.h47 void UpdateByCancel(const std::vector<sptr<Notification>>& notifications, int deleteReason);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp137 void ExtensionWrapper::UpdateByCancel(const std::vector<sptr<Notification>>& notifications, int del… in UpdateByCancel() function in OHOS::Notification::ExtensionWrapper
H A Dnotification_subscriber_manager.cpp198 EXTENTION_WRAPPER->UpdateByCancel(notifications, deleteReason); in NotifyCanceled()
216 EXTENTION_WRAPPER->UpdateByCancel(notifications, deleteReason); in BatchNotifyCanceled()
H A Dadvanced_notification_service.cpp2293 …EXTENTION_WRAPPER->UpdateByCancel(notifications, NotificationConstant::FLOW_CONTROL_REASON_DELETE); in RemoveNotificationList()