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/ |
D | ans_subscriber_proxy_branch_test.cpp | 73 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/ |
D | ans_subscriber_interface.h | 69 virtual void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications,
|
D | ans_subscriber_proxy.h | 60 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications,
|
D | ans_subscriber_stub.h | 71 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications,
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_subscriber.h | 126 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications,
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_subscriber_stub.cpp | 182 OnCanceledList(notifications, notificationMap, reason); in HandleOnCanceledListMap() 269 void AnsSubscriberStub::OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, in OnCanceledList() function in OHOS::Notification::AnsSubscriberStub
|
D | ans_subscriber_proxy.cpp | 175 void AnsSubscriberProxy::OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, in OnCanceledList() function in OHOS::Notification::AnsSubscriberProxy
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_subscriber.cpp | 84 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/ |
D | notification_subscriber_manager.cpp | 442 … record->subscriber->OnCanceledList(currNotifications, notificationMap, deleteReason); in BatchNotifyCanceledInner()
|