Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp96 const static std::string KEY_BUNDLE_BADGE_TOTAL_NUM = "badgeTotalNum"; variable
635 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_BADGE_TOTAL_NUM), in PutBundlePropertyValueToDisturbeDB()
915 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_BADGE_TOTAL_NUM); in PutBundlePropertyToDisturbeDB()
1098 if (typeStr.compare(KEY_BUNDLE_BADGE_TOTAL_NUM) == 0) { in ParseBundlePropertyFromDisturbeDB()