Searched refs:IsShowBadge (Results 1 – 10 of 10) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/ |
D | notificationslot_fuzzer.cpp | 44 notificationSlot.IsShowBadge(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_slot_test.cpp | 113 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/ |
D | notification_slot.h | 252 bool IsShowBadge() const;
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | notification_preferences.h | 127 ErrCode IsShowBadge(const sptr<NotificationBundleOption> &bundleOption, bool &enable);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_slot.cpp | 183 bool NotificationSlot::IsShowBadge() const in IsShowBadge() function in OHOS::Notification::NotificationSlot
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_preferences_test.cpp | 566 …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/ |
D | notification_preferences.cpp | 257 ErrCode NotificationPreferences::IsShowBadge(const sptr<NotificationBundleOption> &bundleOption, bo… in IsShowBadge() function in OHOS::Notification::NotificationPreferences
|
D | notification_preferences_database.cpp | 816 …GenerateSlotKey(bundleKey, slotType, KEY_SLOT_SHOW_BADGE), std::to_string(slot->IsShowBadge()), va… in GenerateSlotEntry()
|
D | advanced_notification_service.cpp | 1335 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/ |
D | common.cpp | 811 napi_get_boolean(env, slot.IsShowBadge(), &value); in SetNotificationSlot()
|