Searched refs:SetShowBadge (Results 1 - 5 of 5) sorted by relevance
/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_OK); in HWTEST_F() 539 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetShowBadge(bundleEmptyOption_, true), in HWTEST_F() 553 (int)NotificationPreferences::GetInstance()->SetShowBadge(nullptr, true), (int)ERR_ANS_INVALID_PARAM); in HWTEST_F() 564 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetShowBadge(bundleOption_, true), (int)ERR_OK); in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 139 ErrCode SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, const bool enable);
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 619 errCode = NotificationPreferences::GetInstance()->SetShowBadge(bundleOption, true); in OnBundleDataAdd() 1899 saveRef = NotificationPreferences::GetInstance()->SetShowBadge(bundleOption, true); in InitNotificationEnableList()
|
H A D | notification_preferences.cpp | 338 ErrCode NotificationPreferences::SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, const bool enable) in SetShowBadge() function in OHOS::Notification::NotificationPreferences
|
H A D | advanced_notification_publish_service.cpp | 757 result = NotificationPreferences::GetInstance()->SetShowBadge(bundle, enabled); in SetShowBadgeEnabledForBundle()
|
Completed in 12 milliseconds