Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp86 const static std::string KEY_BUNDLE_IMPORTANCE = "importance"; variable
639 …GenerateBundleKey(bundleKey, KEY_BUNDLE_IMPORTANCE), std::to_string(bundleInfo.GetImportance()), v… in PutBundlePropertyValueToDisturbeDB()
918 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_IMPORTANCE); in PutBundlePropertyToDisturbeDB()
1092 if (typeStr.compare(KEY_BUNDLE_IMPORTANCE) == 0) { in ParseBundlePropertyFromDisturbeDB()