Home
last modified time | relevance | path

Searched refs:IsShowBadge (Results 1 – 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
Dnotificationslot_fuzzer.cpp44 notificationSlot.IsShowBadge(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp113 EXPECT_EQ(true, spSlot->IsShowBadge());
158 EXPECT_EQ(true, spSlot->IsShowBadge());
204 EXPECT_EQ(true, spSlot->IsShowBadge());
249 EXPECT_EQ(true, spSlot->IsShowBadge());
298 EXPECT_EQ(true, spSlot->IsShowBadge());
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h252 bool IsShowBadge() const;
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences.h127 ErrCode IsShowBadge(const sptr<NotificationBundleOption> &bundleOption, bool &enable);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp183 bool NotificationSlot::IsShowBadge() const in IsShowBadge() function in OHOS::Notification::NotificationSlot
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp566 …EXPECT_EQ((int)NotificationPreferences::GetInstance().IsShowBadge(bundleOption_, enable), (int)ERR…
579 EXPECT_EQ((int)NotificationPreferences::GetInstance().IsShowBadge(bundleEmptyOption_, enable),
591 EXPECT_EQ((int)NotificationPreferences::GetInstance().IsShowBadge(nullptr, enable),
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences.cpp257 ErrCode NotificationPreferences::IsShowBadge(const sptr<NotificationBundleOption> &bundleOption, bo… in IsShowBadge() function in OHOS::Notification::NotificationPreferences
Dnotification_preferences_database.cpp816 …GenerateSlotKey(bundleKey, slotType, KEY_SLOT_SHOW_BADGE), std::to_string(slot->IsShowBadge()), va… in GenerateSlotEntry()
Dadvanced_notification_service.cpp1335 result = NotificationPreferences::GetInstance().IsShowBadge(bundle, enabled); in GetShowBadgeEnabledForBundle()
1361 result = NotificationPreferences::GetInstance().IsShowBadge(bundleOption, enabled); in GetShowBadgeEnabled()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp811 napi_get_boolean(env, slot.IsShowBadge(), &value); in SetNotificationSlot()