Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp101 const static std::string KEY_BUNDLE_ENABLE_NOTIFICATION = "enabledNotification"; variable
642 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_ENABLE_NOTIFICATION), in PutBundlePropertyValueToDisturbeDB()
924 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_ENABLE_NOTIFICATION); in PutBundlePropertyToDisturbeDB()
1101 if (typeStr.compare(KEY_BUNDLE_ENABLE_NOTIFICATION) == 0) { in ParseBundlePropertyFromDisturbeDB()