Home
last modified time | relevance | path

Searched refs:SetShowBadge (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp529 …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 Dnotification_preferences.h139 ErrCode SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, const bool enable);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp590 errCode = NotificationPreferences::GetInstance()->SetShowBadge(bundleOption, true); in OnBundleDataAdd()
1876 saveRef = NotificationPreferences::GetInstance()->SetShowBadge(bundleOption, true); in InitNotificationEnableList()
H A Dnotification_preferences.cpp357 ErrCode NotificationPreferences::SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, c… in SetShowBadge() function in OHOS::Notification::NotificationPreferences
H A Dadvanced_notification_publish_service.cpp777 result = NotificationPreferences::GetInstance()->SetShowBadge(bundle, enabled); in SetShowBadgeEnabledForBundle()