Searched refs:SetShowBadge (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 529 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetShowBadge(bundleOption_, true), (int)ERR… 539 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetShowBadge(bundleEmptyOption_, true), 553 …(int)NotificationPreferences::GetInstance()->SetShowBadge(nullptr, true), (int)ERR_ANS_INVALID_PAR… 564 …ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetShowBadge(bundleOption_, true), (int)ERR…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 139 ErrCode SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, const bool enable);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 590 errCode = NotificationPreferences::GetInstance()->SetShowBadge(bundleOption, true); in OnBundleDataAdd() 1876 saveRef = NotificationPreferences::GetInstance()->SetShowBadge(bundleOption, true); in InitNotificationEnableList()
|
H A D | notification_preferences.cpp | 357 ErrCode NotificationPreferences::SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, c… in SetShowBadge() function in OHOS::Notification::NotificationPreferences
|
H A D | advanced_notification_publish_service.cpp | 777 result = NotificationPreferences::GetInstance()->SetShowBadge(bundle, enabled); in SetShowBadgeEnabledForBundle()
|