Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp201 const static std::string KEY_BUNDLE_SLOTFLGS_TYPE = "bundleReminderFlagsType"; variable
444 std::string key = GenerateBundleKey(bundleKey, KEY_BUNDLE_SLOTFLGS_TYPE); in IsNotificationSlotFlagsExists()
932 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_SLOTFLGS_TYPE); in PutBundlePropertyToDisturbeDB()
1110 if (typeStr.compare(KEY_BUNDLE_SLOTFLGS_TYPE) == 0) { in ParseBundlePropertyFromDisturbeDB()