Home
last modified time | relevance | path

Searched refs:OnCanceled (Results 1 – 22 of 22) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp70 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/
Dnotification_subscriber.h41 virtual void OnCanceled(const std::shared_ptr<Notification> &request,
123 …void OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notifi…
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_subscriber_interface.h66 …virtual void OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap>…
Dans_subscriber_proxy.h57 …void OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notifi…
Dans_subscriber_stub.h68 …void OnCanceled(const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notifi…
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
Danssubscriberproxy_fuzzer.cpp46 ansSubscriberProxy.OnCanceled(notification, notificationMap, deleteReason); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp58 ansSubscriberStub.OnCanceled(notification, notificationMap, deleteReason); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp148 OnCanceled(notification, notificationMap, reason); in HandleOnCanceledMap()
265 void AnsSubscriberStub::OnCanceled( in OnCanceled() function in OHOS::Notification::AnsSubscriberStub
Dans_subscriber_proxy.cpp130 void AnsSubscriberProxy::OnCanceled( in OnCanceled() function in OHOS::Notification::AnsSubscriberProxy
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dsubscribe.h37 virtual void OnCanceled(const std::shared_ptr<OHOS::Notification::Notification> &request,
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_subscriber_manager_test.cpp51 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
Dadvanced_notification_service_branch_test.cpp102 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
Dadvanced_notification_service_test.cpp113 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/
Dans_subscriber_proxy_unit_test.cpp249 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/
Dnotification_service_test.cpp79 void OnCanceled(const std::shared_ptr<OHOS::Notification::Notification> &request, in OnCanceled() function in __anon5421de4a0111::TestAnsSubscriber
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp404 record->subscriber->OnCanceled(notification, notificationMap, deleteReason); in NotifyCanceledInner()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp89 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dsubscribe.cpp188 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/
Dans_innerkits_module_publish_test.cpp104 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
Dans_fw_module_test.cpp314 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestAnsSubscriber
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp61 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/
Dans_manager_proxy_unit_test.cpp119 void OnCanceled(const std::shared_ptr<Notification> &request, in OnCanceled() function in OHOS::Notification::TestSubscriber