Home
last modified time | relevance | path

Searched refs:showBadge (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp178 int32_t showBadge = jsonObject.at(BUNDLE_INFO_SHOW_BADGE).get<int32_t>(); in FromJson() local
179 isShowBadge_ = (showBadge == CONST_ENABLE_INT); in FromJson()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp156 const static std::string KEY_SLOT_SHOW_BADGE = "showBadge";
1330 bool showBadge = static_cast<bool>(StringToInt(value)); in ParseSlotShowBadge() local
1331 slot->EnableBadge(showBadge); in ParseSlotShowBadge()

Completed in 5 milliseconds