Home
last modified time | relevance | path

Searched refs:OnCanceledList (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/
Dans_subscriber_proxy_branch_test.cpp73 proxy->OnCanceledList(notifications, notificationMap, deleteReason);
96 proxy->OnCanceledList(notifications, notificationMap, deleteReason);
119 proxy->OnCanceledList(notifications, notificationMap, deleteReason);
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_subscriber_interface.h69 virtual void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
Dans_subscriber_proxy.h60 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
Dans_subscriber_stub.h71 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_subscriber.h126 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp182 OnCanceledList(notifications, notificationMap, reason); in HandleOnCanceledListMap()
269 void AnsSubscriberStub::OnCanceledList(const std::vector<sptr<Notification>> &notifications, in OnCanceledList() function in OHOS::Notification::AnsSubscriberStub
Dans_subscriber_proxy.cpp175 void AnsSubscriberProxy::OnCanceledList(const std::vector<sptr<Notification>> &notifications, in OnCanceledList() function in OHOS::Notification::AnsSubscriberProxy
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp84 void NotificationSubscriber::SubscriberImpl::OnCanceledList(const std::vector<sptr<Notification>> &… in OnCanceledList() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp442 … record->subscriber->OnCanceledList(currNotifications, notificationMap, deleteReason); in BatchNotifyCanceledInner()