Home
last modified time | relevance | path

Searched refs:EnableBadge (Results 1 – 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
Dnotificationslot_fuzzer.cpp45 notificationSlot.EnableBadge(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp90 slot.EnableBadge(true);
136 slot.EnableBadge(true);
182 slot.EnableBadge(true);
227 slot.EnableBadge(true);
274 slot.EnableBadge(true);
390 slot.EnableBadge(true);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h264 void EnableBadge(bool isShowBadge);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp188 void NotificationSlot::EnableBadge(bool isShowBadge) in EnableBadge() function in OHOS::Notification::NotificationSlot
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp1241 slot->EnableBadge(true);
1282 slot->EnableBadge(true);
1333 slot->EnableBadge(true);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp1138 slot->EnableBadge(showBadge); in ParseSlotShowBadge()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4049 slot.EnableBadge(badgeFlag); in GetNotificationSlotByBool()