Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1374 bool showBadge = static_cast<bool>(StringToInt(value)); in ParseSlotShowBadge() local
1375 slot->EnableBadge(showBadge); in ParseSlotShowBadge()