Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences.h136 ErrCode SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, const bool enable);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp530 …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/
Dnotification_preferences.cpp265 ErrCode NotificationPreferences::SetShowBadge(const sptr<NotificationBundleOption> &bundleOption, c… in SetShowBadge() function in OHOS::Notification::NotificationPreferences
Dadvanced_notification_service.cpp1302 result = NotificationPreferences::GetInstance().SetShowBadge(bundle, enabled); in SetShowBadgeEnabledForBundle()