Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp126 const static std::string KEY_SLOT = "slot"; variable
1245 if (!slotStr.compare(KEY_SLOT)) { in IsSlotKey()
1262 …std::string key = GenerateBundleKey(bundleKey).append(KEY_SLOT).append(KEY_UNDER_LINE).append(KEY_… in GenerateSlotKey()