Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_database.h188 bool IsSlotKey(const std::string &bundleKey, const std::string &key) const;
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp848 if (IsSlotKey(GenerateBundleKey(bundleKey), bundleEntry.first)) { in ParseBundleFromDistureDB()
960 bool NotificationPreferencesDatabase::IsSlotKey(const std::string &bundleKey, const std::string &ke… in IsSlotKey() function in OHOS::Notification::NotificationPreferencesDatabase