Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp131 const static std::string KEY_SLOT_TYPE = "type"; variable
998 …GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_TYPE), std::to_string(slot->GetType())… in GenerateSlotEntry()
1262 …g key = GenerateBundleKey(bundleKey).append(KEY_SLOT).append(KEY_UNDER_LINE).append(KEY_SLOT_TYPE); in GenerateSlotKey()