Searched refs:SetShowBadge (Results 1 – 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/ |
D | notification_preferences.h | 136 ErrCode SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, const bool enable);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_preferences_test.cpp | 530 …EXPECT_EQ((int)NotificationPreferences::GetInstance().SetShowBadge(bundleOption_, true), (int)ERR_… 541 …(int)NotificationPreferences::GetInstance().SetShowBadge(bundleEmptyOption_, true), (int)ERR_ANS_I… 554 …(int)NotificationPreferences::GetInstance().SetShowBadge(nullptr, true), (int)ERR_ANS_INVALID_PARA… 565 …EXPECT_EQ((int)NotificationPreferences::GetInstance().SetShowBadge(bundleOption_, true), (int)ERR_…
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_preferences.cpp | 265 ErrCode NotificationPreferences::SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, c… in SetShowBadge() function in OHOS::Notification::NotificationPreferences
|
D | advanced_notification_service.cpp | 1302 result = NotificationPreferences::GetInstance().SetShowBadge(bundle, enabled); in SetShowBadgeEnabledForBundle()
|