Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h298 void ParseSlotShowBadge(sptr<NotificationSlot> &slot, const std::string &value) const;
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1093 return ParseSlotShowBadge(slot, valueStr); in SetSoltProperty()
1327 void NotificationPreferencesDatabase::ParseSlotShowBadge(sptr<NotificationSlot> &slot, const std::string &value) const in ParseSlotShowBadge() function in OHOS::Notification::NotificationPreferencesDatabase
1329 ANS_LOGD("ParseSlotShowBadge slot show badge is %{public}s.", value.c_str()); in ParseSlotShowBadge()

Completed in 5 milliseconds