Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp156 const static std::string KEY_SLOT_SHOW_BADGE = "showBadge"; variable
1004 …GenerateSlotKey(bundleKey, slotType, KEY_SLOT_SHOW_BADGE), std::to_string(slot->IsShowBadge()), va… in GenerateSlotEntry()
1136 if (typeStr.compare(KEY_SLOT_SHOW_BADGE) == 0) { in SetSoltProperty()