Home
last modified time | relevance | path

Searched refs:OnBadgeEnabledChanged (Results 1 - 25 of 26) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_interface.h108 virtual void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) = 0;
H A Dans_subscriber_listener.h60 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override;
H A Dans_subscriber_proxy.h99 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override;
H A Dans_subscriber_stub.h110 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override;
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_ans_subscriber.h57 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override {};
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp182 void SubscriberListener::OnBadgeEnabledChanged( in OnBadgeEnabledChanged() function in OHOS::Notification::SubscriberListener
191 subscriber->OnBadgeEnabledChanged(callbackData); in OnBadgeEnabledChanged()
H A Dans_subscriber_stub.cpp305 OnBadgeEnabledChanged(callbackData); in HandleOnBadgeEnabledChanged()
337 void AnsSubscriberStub::OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) {} in OnBadgeEnabledChanged() function in OHOS::Notification::AnsSubscriberStub
H A Dans_subscriber_proxy.cpp372 void AnsSubscriberProxy::OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) in OnBadgeEnabledChanged() function in OHOS::Notification::AnsSubscriberProxy
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_subscriber.h102 virtual void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) = 0;
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_event_manager.h89 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override;
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h109 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override;
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_subscriber_manager_test.cpp63 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override
H A Dadvanced_notification_utils_test.cpp119 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override
H A Dadvanced_notification_service_branch_test.cpp128 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override
H A Dadvanced_notification_service_test.cpp128 void OnBadgeEnabledChanged(
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp87 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
H A Dans_subscriber_proxy_unit_test.cpp676 * @tc.desc: test OnBadgeEnabledChanged function with callback data, expect to invoke SendRequest function.
688 proxy->OnBadgeEnabledChanged(callbackData); in HWTEST_F()
693 * @tc.desc: test OnBadgeEnabledChanged function with null callback data, expect not to invoke SendRequest function.
704 proxy->OnBadgeEnabledChanged(callbackData); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp354 void ReminderEventManager::ReminderNotificationSubscriber::OnBadgeEnabledChanged( in OnBadgeEnabledChanged() function in OHOS::Notification::ReminderEventManager::ReminderNotificationSubscriber
H A Dnotification_subscriber_manager.cpp625 record->subscriber->OnBadgeEnabledChanged(callbackData); in NotifyBadgeEnabledChangedInner()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp104 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp128 void OnBadgeEnabledChanged(
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp36 const std::string BADGE_ENABLED_CHANGED = "OnBadgeEnabledChanged";
860 ANS_LOGI("OnBadgeEnabledChanged thread safe start."); in ThreadSafeOnBadgeEnabledChanged()
887 void SubscriberInstance::OnBadgeEnabledChanged( in OnBadgeEnabledChanged() function in OHOS::NotificationNapi::SubscriberInstance
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp200 void OnBadgeEnabledChanged(
H A Dans_fw_module_test.cpp336 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override
/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp78 void OnBadgeEnabledChanged(const sptr<EnabledNotificationCallbackData> &callbackData) override

Completed in 36 milliseconds

12