Searched refs:showBadge (Results 1 – 2 of 2) sorted by relevance
178 int32_t showBadge = jsonObject.at(BUNDLE_INFO_SHOW_BADGE).get<int32_t>(); in FromJson() local179 isShowBadge_ = (showBadge == CONST_ENABLE_INT); in FromJson()
1374 bool showBadge = static_cast<bool>(StringToInt(value)); in ParseSlotShowBadge() local1375 slot->EnableBadge(showBadge); in ParseSlotShowBadge()