Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp196 const static std::string KEY_SLOT_ENABLED = "enabled"; variable
1018 …GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_ENABLED), std::to_string(slot->GetEnab… in GenerateSlotEntry()
1160 if (typeStr.compare(KEY_SLOT_ENABLED) == 0) { in SetSoltProperty()