Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp91 const static std::string KEY_BUNDLE_SHOW_BADGE = "showBadgeEnable"; variable
641 …GenerateBundleKey(bundleKey, KEY_BUNDLE_SHOW_BADGE), std::to_string(bundleInfo.GetIsShowBadge()), … in PutBundlePropertyValueToDisturbeDB()
706 std::string keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_SHOW_BADGE); in GetBundleInfo()
921 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_SHOW_BADGE); in PutBundlePropertyToDisturbeDB()
1041 std::string keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_SHOW_BADGE); in ParseBundleFromDistureDB()
1095 if (typeStr.compare(KEY_BUNDLE_SHOW_BADGE) == 0) { in ParseBundlePropertyFromDisturbeDB()