/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_subscriber.cpp | 70 void NotificationSubscriber::SubscriberImpl::OnCanceled( in OnCanceled() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl 75 subscriber_.OnCanceled(std::make_shared<Notification>(*notification), in OnCanceled() 78 subscriber_.OnCanceled(std::make_shared<Notification>(*notification), in OnCanceled() 89 OnCanceled(notification, notificationMap, deleteReason); in OnCanceledList()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_subscriber.h | 41 virtual void OnCanceled(const std::shared_ptr<Notification> &request, 123 …void OnCanceled(const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ifi…
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_subscriber_interface.h | 66 …virtual void OnCanceled(const sptr<Notification> ¬ification, const sptr<NotificationSortingMap>…
|
D | ans_subscriber_proxy.h | 57 …void OnCanceled(const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ifi…
|
D | ans_subscriber_stub.h | 68 …void OnCanceled(const sptr<Notification> ¬ification, const sptr<NotificationSortingMap> ¬ifi…
|
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/ |
D | anssubscriberproxy_fuzzer.cpp | 46 ansSubscriberProxy.OnCanceled(notification, notificationMap, deleteReason); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/ |
D | anssubscriberstub_fuzzer.cpp | 58 ansSubscriberStub.OnCanceled(notification, notificationMap, deleteReason); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_subscriber_stub.cpp | 148 OnCanceled(notification, notificationMap, reason); in HandleOnCanceledMap() 265 void AnsSubscriberStub::OnCanceled( in OnCanceled() function in OHOS::Notification::AnsSubscriberStub
|
D | ans_subscriber_proxy.cpp | 130 void AnsSubscriberProxy::OnCanceled( in OnCanceled() function in OHOS::Notification::AnsSubscriberProxy
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | subscribe.h | 37 virtual void OnCanceled(const std::shared_ptr<OHOS::Notification::Notification> &request,
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_subscriber_manager_test.cpp | 51 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
|
D | advanced_notification_service_branch_test.cpp | 102 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
|
D | advanced_notification_service_test.cpp | 113 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/ |
D | ans_subscriber_proxy_unit_test.cpp | 249 proxy->OnCanceled(notification, notificationMap, deleteReason); 272 proxy->OnCanceled(notification, notificationMap, deleteReason); 293 proxy->OnCanceled(nullptr, notificationMap, deleteReason); 314 proxy->OnCanceled(notification, nullptr, deleteReason);
|
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
D | notification_service_test.cpp | 79 void OnCanceled(const std::shared_ptr<OHOS::Notification::Notification> &request, in OnCanceled() function in __anon5421de4a0111::TestAnsSubscriber
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_subscriber_manager.cpp | 404 record->subscriber->OnCanceled(notification, notificationMap, deleteReason); in NotifyCanceledInner()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
D | ans_notification_unit_test.cpp | 89 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | subscribe.cpp | 188 void SubscriberInstance::OnCanceled(const std::shared_ptr<OHOS::Notification::Notification> &reques… in OnCanceled() function in OHOS::NotificationNapi::SubscriberInstance
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 104 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
|
D | ans_fw_module_test.cpp | 314 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 61 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
D | ans_manager_proxy_unit_test.cpp | 119 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestSubscriber
|