Searched refs:GenerateBundleKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 444 std::string key = GenerateBundleKey(bundleKey, KEY_BUNDLE_SLOTFLGS_TYPE); in IsNotificationSlotFlagsExists() 635 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_BADGE_TOTAL_NUM), in PutBundlePropertyValueToDisturbeDB() 645 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_POPPED_DIALOG), in PutBundlePropertyValueToDisturbeDB() 706 std::string keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_SHOW_BADGE); in GetBundleInfo() 709 if (IsSlotKey(GenerateBundleKey(bundleKey), bundleEntry.first)) { in GetBundleInfo() 918 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_IMPORTANCE); in PutBundlePropertyToDisturbeDB() 921 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_SHOW_BADGE); in PutBundlePropertyToDisturbeDB() 928 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_POPPED_DIALOG); in PutBundlePropertyToDisturbeDB() 932 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_SLOTFLGS_TYPE); in PutBundlePropertyToDisturbeDB() 1044 if (IsSlotKey(GenerateBundleKey(bundleKey), bundleEntry.first)) { in ParseBundleFromDistureDB() [all …]
|
H A D | notification_preferences.cpp | 137 …(!preferncesDB_->RemoveSlotFromDisturbeDB(GenerateBundleKey(bundleOption), slotType, bundleOption-… in RemoveNotificationSlot() 168 …if (!preferncesDB_->RemoveAllSlotsFromDisturbeDB(GenerateBundleKey(bundleOption), bundleOption->Ge… in RemoveNotificationAllSlots() 204 …if (!preferncesDB_->RemoveBundleFromDisturbeDB(GenerateBundleKey(bundleOption), bundleOption->GetU… in RemoveNotificationForBundle() 993 std::string NotificationPreferences::GenerateBundleKey(const sptr<NotificationBundleOption> &bundle… in GenerateBundleKey() function in OHOS::Notification::NotificationPreferences
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 408 std::string GenerateBundleKey(const sptr<NotificationBundleOption> &bundleOption) const;
|
H A D | notification_preferences_database.h | 287 std::string GenerateBundleKey(const std::string &bundleKey, const std::string &type = "") const;
|