Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h284 bool IsSlotKey(const std::string &bundleKey, const std::string &key) const;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp709 if (IsSlotKey(GenerateBundleKey(bundleKey), bundleEntry.first)) { in GetBundleInfo()
1044 if (IsSlotKey(GenerateBundleKey(bundleKey), bundleEntry.first)) { in ParseBundleFromDistureDB()
1237 bool NotificationPreferencesDatabase::IsSlotKey(const std::string &bundleKey, const std::string &ke… in IsSlotKey() function in OHOS::Notification::NotificationPreferencesDatabase