Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/
H A Dans_subscriber_proxy_branch_test.cpp74 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 Dmock_ans_subscriber.h46 void OnCanceledList(const std::vector<sptr<Notification>> &notifications, in OnCanceledList() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_interface.h72 virtual void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
H A Dans_subscriber_listener.h46 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
H A Dans_subscriber_proxy.h63 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
H A Dans_subscriber_stub.h74 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_stub.cpp225 OnCanceledList(notifications, notificationMap, reason); in HandleOnCanceledListMap()
325 void AnsSubscriberStub::OnCanceledList(const std::vector<sptr<Notification>> &notifications, in OnCanceledList() function in OHOS::Notification::AnsSubscriberStub
H A Dans_subscriber_listener.cpp122 void SubscriberListener::OnCanceledList(const std::vector<sptr<Notification>> &notifications, in OnCanceledList() function in OHOS::Notification::SubscriberListener
H A Dans_subscriber_proxy.cpp231 void AnsSubscriberProxy::OnCanceledList(const std::vector<sptr<Notification>> &notifications, in OnCanceledList() function in OHOS::Notification::AnsSubscriberProxy
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_subscriber.h157 void OnCanceledList(const std::vector<sptr<Notification>> &notifications,
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp209 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 Dnotification_subscriber_manager.cpp605 … record->subscriber->OnCanceledList(currNotifications, notificationMap, deleteReason); in BatchNotifyCanceledInner()