Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_subscriber.h54 virtual void OnConsumed(const std::shared_ptr<Notification> &request) = 0;
63 virtual void OnConsumed(
120 void OnConsumed(const sptr<Notification> &notification) override;
122 void OnConsumed(
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp62 void NotificationSubscriber::SubscriberImpl::OnConsumed(const sptr<Notification> &notification) in OnConsumed() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl
65 subscriber_.OnConsumed(std::make_shared<Notification>(*notification)); in OnConsumed()
68 void NotificationSubscriber::SubscriberImpl::OnConsumed( in OnConsumed() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl
72 subscriber_.OnConsumed( in OnConsumed()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_subscriber_interface.h54 virtual void OnConsumed(const sptr<Notification> &notification) = 0;
62 virtual void OnConsumed(
Dans_subscriber_proxy.h46 void OnConsumed(const sptr<Notification> &notification) override;
54 void OnConsumed(
Dans_subscriber_stub.h56 void OnConsumed(const sptr<Notification> &notification) override;
64 void OnConsumed(
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
Danssubscriberproxy_fuzzer.cpp42 ansSubscriberProxy.OnConsumed(notification); in DoSomethingInterestingWithMyAPI()
45 ansSubscriberProxy.OnConsumed(notification, notificationMap); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp56 ansSubscriberStub.OnConsumed(notification); in DoSomethingInterestingWithMyAPI()
59 ansSubscriberStub.OnConsumed(notification, notificationMap); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp98 OnConsumed(notification); in HandleOnConsumed()
125 OnConsumed(notification, notificationMap); in HandleOnConsumedMap()
202 void AnsSubscriberStub::OnConsumed(const sptr<Notification> &notification) in OnConsumed() function in OHOS::Notification::AnsSubscriberStub
205 void AnsSubscriberStub::OnConsumed( in OnConsumed() function in OHOS::Notification::AnsSubscriberStub
Dans_subscriber_proxy.cpp90 void AnsSubscriberProxy::OnConsumed(const sptr<Notification> &notification) in OnConsumed() function in OHOS::Notification::AnsSubscriberProxy
117 void AnsSubscriberProxy::OnConsumed( in OnConsumed() function in OHOS::Notification::AnsSubscriberProxy
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dsubscribe.h45 …virtual void OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request) override;
54 virtual void OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request,
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_subscriber_manager_test.cpp54 void OnConsumed(const std::shared_ptr<Notification> &request) override in OnConsumed() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
56 void OnConsumed(const std::shared_ptr<Notification> &request, in OnConsumed() function in OHOS::Notification::NotificationSubscriberManagerTest::TestAnsSubscriber
Dadvanced_notification_service_test.cpp111 void OnConsumed(const std::shared_ptr<Notification> &request) override in OnConsumed() function in OHOS::Notification::TestAnsSubscriber
113 void OnConsumed(const std::shared_ptr<Notification> &request, in OnConsumed() function in OHOS::Notification::TestAnsSubscriber
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
Dans_subscriber_proxy_unit_test.cpp162 proxy->OnConsumed(notification);
182 proxy->OnConsumed(notification);
200 proxy->OnConsumed(nullptr);
222 proxy->OnConsumed(notification, notificationMap);
244 proxy->OnConsumed(notification, notificationMap);
264 proxy->OnConsumed(nullptr, notificationMap);
284 proxy->OnConsumed(notification, nullptr);
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp53 void OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request) override in OnConsumed() function in __anond193b48d0111::TestAnsSubscriber
55 void OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request, in OnConsumed() function in __anond193b48d0111::TestAnsSubscriber
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp330 record->subscriber->OnConsumed(notification, notificationMap); in NotifyConsumedInner()
331 record->subscriber->OnConsumed(notification); in NotifyConsumedInner()
/base/notification/distributed_notification_service/test/resource/notificationfuzztest/include/
Dnotificationgetparam.h362 void OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request) override in OnConsumed() function
371 void OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request, in OnConsumed() function
/base/notification/distributed_notification_service/test/resource/notificationfuzztest/src/
Dnotificationfuzztestmanager.cpp447 temp->OnConsumed(request); in RegisterNotificationSubscriber()
454 temp->OnConsumed(request, sortingMap); in RegisterNotificationSubscriber()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dsubscribe.cpp247 void SubscriberInstance::OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &reques… in OnConsumed() function in OHOS::NotificationNapi::SubscriberInstance
286 void SubscriberInstance::OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &reques… in OnConsumed() function in OHOS::NotificationNapi::SubscriberInstance
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp106 void OnConsumed(const std::shared_ptr<Notification> &request) override in OnConsumed() function in OHOS::Notification::TestAnsSubscriber
152 void OnConsumed(const std::shared_ptr<Notification> &request, in OnConsumed() function in OHOS::Notification::TestAnsSubscriber
Dans_fw_module_test.cpp322 void OnConsumed(const std::shared_ptr<Notification> &request) override in OnConsumed() function in OHOS::Notification::TestAnsSubscriber
329 void OnConsumed(const std::shared_ptr<Notification> &request, in OnConsumed() function in OHOS::Notification::TestAnsSubscriber
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp65 void OnConsumed(const std::shared_ptr<Notification> &request) override in OnConsumed() function in OHOS::Notification::TestAnsSubscriber
67 void OnConsumed(const std::shared_ptr<Notification> &request, in OnConsumed() function in OHOS::Notification::TestAnsSubscriber
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp122 void OnConsumed(const std::shared_ptr<Notification> &request) override in OnConsumed() function in OHOS::Notification::TestSubscriber
124 void OnConsumed(const std::shared_ptr<Notification> &request, in OnConsumed() function in OHOS::Notification::TestSubscriber