/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/ |
H A D | ans_subscriber_proxy_branch_test.cpp | 74 proxy->OnCanceledList(notifications, notificationMap, deleteReason); 98 proxy->OnCanceledList(notifications, notificationMap, deleteReason); 122 proxy->OnCanceledList(notifications, notificationMap, deleteReason);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/ |
H A D | mock_ans_subscriber.h | 46 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, in OnCanceledList() function
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_subscriber_interface.h | 72 virtual void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications,
|
H A D | ans_subscriber_listener.h | 46 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications,
|
H A D | ans_subscriber_proxy.h | 63 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications,
|
H A D | ans_subscriber_stub.h | 74 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_subscriber_stub.cpp | 225 OnCanceledList(notifications, notificationMap, reason); in HandleOnCanceledListMap() 325 void AnsSubscriberStub::OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, in OnCanceledList() function in OHOS::Notification::AnsSubscriberStub
|
H A D | ans_subscriber_listener.cpp | 122 void SubscriberListener::OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, in OnCanceledList() function in OHOS::Notification::SubscriberListener
|
H A D | ans_subscriber_proxy.cpp | 231 void AnsSubscriberProxy::OnCanceledList(const std::vector<sptr<Notification>> ¬ifications, in OnCanceledList() function in OHOS::Notification::AnsSubscriberProxy
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_subscriber.h | 157 void OnCanceledList(const std::vector<sptr<Notification>> ¬ifications,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_subscriber.cpp | 209 void NotificationSubscriber::SubscriberImpl::OnCanceledList(const std::vector<sptr<Notification>> &… in OnCanceledList() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_subscriber_manager.cpp | 605 … record->subscriber->OnCanceledList(currNotifications, notificationMap, deleteReason); in BatchNotifyCanceledInner()
|