/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_subscriber.h | 54 virtual void OnConsumed(const std::shared_ptr<Notification> &request) = 0; 63 virtual void OnConsumed( 120 void OnConsumed(const sptr<Notification> ¬ification) override; 122 void OnConsumed(
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_subscriber.cpp | 62 void NotificationSubscriber::SubscriberImpl::OnConsumed(const sptr<Notification> ¬ification) 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/ |
D | ans_subscriber_interface.h | 54 virtual void OnConsumed(const sptr<Notification> ¬ification) = 0; 62 virtual void OnConsumed(
|
D | ans_subscriber_proxy.h | 46 void OnConsumed(const sptr<Notification> ¬ification) override; 54 void OnConsumed(
|
D | ans_subscriber_stub.h | 56 void OnConsumed(const sptr<Notification> ¬ification) override; 64 void OnConsumed(
|
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/ |
D | anssubscriberproxy_fuzzer.cpp | 42 ansSubscriberProxy.OnConsumed(notification); in DoSomethingInterestingWithMyAPI() 45 ansSubscriberProxy.OnConsumed(notification, notificationMap); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/ |
D | anssubscriberstub_fuzzer.cpp | 56 ansSubscriberStub.OnConsumed(notification); in DoSomethingInterestingWithMyAPI() 59 ansSubscriberStub.OnConsumed(notification, notificationMap); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_subscriber_stub.cpp | 98 OnConsumed(notification); in HandleOnConsumed() 125 OnConsumed(notification, notificationMap); in HandleOnConsumedMap() 202 void AnsSubscriberStub::OnConsumed(const sptr<Notification> ¬ification) in OnConsumed() function in OHOS::Notification::AnsSubscriberStub 205 void AnsSubscriberStub::OnConsumed( in OnConsumed() function in OHOS::Notification::AnsSubscriberStub
|
D | ans_subscriber_proxy.cpp | 90 void AnsSubscriberProxy::OnConsumed(const sptr<Notification> ¬ification) 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/ |
D | subscribe.h | 45 …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/ |
D | notification_subscriber_manager_test.cpp | 54 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
|
D | advanced_notification_service_test.cpp | 111 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/ |
D | ans_subscriber_proxy_unit_test.cpp | 162 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/ |
D | notification_service_test.cpp | 53 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/ |
D | notification_subscriber_manager.cpp | 330 record->subscriber->OnConsumed(notification, notificationMap); in NotifyConsumedInner() 331 record->subscriber->OnConsumed(notification); in NotifyConsumedInner()
|
/base/notification/distributed_notification_service/test/resource/notificationfuzztest/include/ |
D | notificationgetparam.h | 362 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/ |
D | notificationfuzztestmanager.cpp | 447 temp->OnConsumed(request); in RegisterNotificationSubscriber() 454 temp->OnConsumed(request, sortingMap); in RegisterNotificationSubscriber()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | subscribe.cpp | 247 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/ |
D | ans_innerkits_module_publish_test.cpp | 106 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
|
D | ans_fw_module_test.cpp | 322 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/ |
D | ans_module_test.cpp | 65 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/ |
D | ans_manager_proxy_unit_test.cpp | 122 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
|