| /base/notification/distributed_notification_service/frameworks/core/src/listener/ |
| D | ans_subscriber_stub.cpp | 286 …sptr<EnabledNotificationCallbackData> callbackData = data.ReadParcelable<EnabledNotificationCallba… in HandleOnEnabledNotificationChanged() local 297 sptr<BadgeNumberCallbackData> callbackData = data.ReadParcelable<BadgeNumberCallbackData>(); in HandleOnBadgeChanged() local 308 …sptr<EnabledNotificationCallbackData> callbackData = data.ReadParcelable<EnabledNotificationCallba… in HandleOnBadgeEnabledChanged() local 367 …AnsSubscriberStub::OnEnabledNotificationChanged(const sptr<EnabledNotificationCallbackData> &callb… in OnEnabledNotificationChanged() 371 void AnsSubscriberStub::OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callback… in OnBadgeEnabledChanged()
|
| D | ans_subscriber_listener.cpp | 161 const sptr<EnabledNotificationCallbackData> &callbackData) in OnEnabledNotificationChanged() 184 const sptr<EnabledNotificationCallbackData> &callbackData) in OnBadgeEnabledChanged()
|
| D | ans_subscriber_proxy.cpp | 334 …nsSubscriberProxy::OnEnabledNotificationChanged(const sptr<EnabledNotificationCallbackData> &callb… in OnEnabledNotificationChanged() 378 void AnsSubscriberProxy::OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbac… in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/ |
| D | mock_ans_subscriber.h | 53 …void OnEnabledNotificationChanged(const sptr<EnabledNotificationCallbackData> &callbackData) overr… in OnEnabledNotificationChanged() 57 … void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override {}; in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/services/distributed/src/soft_bus/ |
| D | distributed_subscriber.cpp | 92 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) in OnEnabledNotificationChanged() 100 …oid DistribuedSubscriber::OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callb… in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/ |
| D | ans_subscriber_proxy_unit_test.cpp | 537 …sptr<EnabledNotificationCallbackData> callbackData = new (std::nothrow) EnabledNotificationCallbac… variable 557 …sptr<EnabledNotificationCallbackData> callbackData = new (std::nothrow) EnabledNotificationCallbac… variable 686 …sptr<EnabledNotificationCallbackData> callbackData = new (std::nothrow) EnabledNotificationCallbac… variable 703 sptr<EnabledNotificationCallbackData> callbackData = nullptr; variable
|
| /base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/ |
| D | anssubscriberstub_fuzzer.cpp | 76 …sptr<Notification::EnabledNotificationCallbackData> callbackData = new Notification::EnabledNotifi… in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/ |
| D | anssubscriberproxy_fuzzer.cpp | 58 …sptr<Notification::EnabledNotificationCallbackData> callbackData = new Notification::EnabledNotifi… in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| D | notification_subscriber.cpp | 216 const sptr<EnabledNotificationCallbackData> &callbackData) in OnEnabledNotificationChanged() 229 const sptr<EnabledNotificationCallbackData> &callbackData) in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| D | notification_subscriber_manager_test.cpp | 49 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged() 63 … void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
|
| D | advanced_notification_utils_test.cpp | 112 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged() 119 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
|
| D | advanced_notification_service_branch_test.cpp | 121 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged() 128 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
|
| D | advanced_notification_service_test.cpp | 129 const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged() 132 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged()
|
| /base/notification/distributed_notification_service/services/reminder/src/ |
| D | reminder_event_manager.cpp | 347 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) {} in OnEnabledNotificationChanged() 353 const sptr<EnabledNotificationCallbackData> &callbackData) {} in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| D | notification_subscriber_manager.cpp | 287 const sptr<EnabledNotificationCallbackData> &callbackData) in NotifyEnabledNotificationChanged() 300 …ionSubscriberManager::NotifyBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callb… in NotifyBadgeEnabledChanged() 719 const sptr<EnabledNotificationCallbackData> &callbackData) in NotifyBadgeEnabledChangedInner() 737 const sptr<EnabledNotificationCallbackData> &callbackData) in NotifyEnabledNotificationChangedInner()
|
| /base/usb/usb_manager/services/native/src/ |
| D | usb_connection_notifier.cpp | 84 const std::shared_ptr<Notification::EnabledNotificationCallbackData> &callbackData) in OnEnabledNotificationChanged() 106 …void OnBadgeEnabledChanged(const sptr<Notification::EnabledNotificationCallbackData> &callbackData) in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
| D | notification_service_test.cpp | 74 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged() 86 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/ |
| D | advanced_notification_service_publish_test.cpp | 129 const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged() 132 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged()
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| D | subscribe.cpp | 64 EnabledNotificationCallbackData callbackData; member 764 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) in OnEnabledNotificationChanged() 884 const sptr<EnabledNotificationCallbackData> &callbackData) in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/ |
| D | ans_subscriber_stub_unit_test.cpp | 569 …sptr<EnabledNotificationCallbackData> callbackData = new EnabledNotificationCallbackData(bundleNam… variable
|
| /base/notification/distributed_notification_service/frameworks/test/moduletest/ |
| D | ans_innerkits_module_publish_test.cpp | 129 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged() 201 const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
|
| D | ans_fw_module_test.cpp | 167 …xplicit OnEnabledNotificationChangedEvent(const std::shared_ptr<EnabledNotificationCallbackData> &… in OnEnabledNotificationChangedEvent() 307 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged() 336 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
| D | ans_notification_unit_test.cpp | 95 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged() 107 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
| D | notification_subscriber_manager_branch_test.cpp | 124 sptr<EnabledNotificationCallbackData> callbackData = nullptr; variable
|
| /base/notification/distributed_notification_service/services/test/moduletest/ |
| D | ans_module_test.cpp | 61 const std::shared_ptr<EnabledNotificationCallbackData> &callbackData) override in OnEnabledNotificationChanged() 79 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override in OnBadgeEnabledChanged()
|