Searched refs:GenerateBundleKey (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 620 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_NAME), bundleInfo.GetBundleName(), values); in PutBundlePropertyValueToDisturbeDB() 621 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_BADGE_TOTAL_NUM), in PutBundlePropertyValueToDisturbeDB() 625 GenerateBundleKey(bundleKey, KEY_BUNDLE_IMPORTANCE), std::to_string(bundleInfo.GetImportance()), values); in PutBundlePropertyValueToDisturbeDB() 627 GenerateBundleKey(bundleKey, KEY_BUNDLE_SHOW_BADGE), std::to_string(bundleInfo.GetIsShowBadge()), values); in PutBundlePropertyValueToDisturbeDB() 628 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_ENABLE_NOTIFICATION), in PutBundlePropertyValueToDisturbeDB() 631 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_POPPED_DIALOG), in PutBundlePropertyValueToDisturbeDB() 634 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_UID), std::to_string(bundleInfo.GetBundleUid()), values); in PutBundlePropertyValueToDisturbeDB() 871 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_BADGE_TOTAL_NUM); in PutBundlePropertyToDisturbeDB() 874 keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_IMPORTANCE); in PutBundlePropertyToDisturbeDB() 877 keyStr = GenerateBundleKey(bundleKe in PutBundlePropertyToDisturbeDB() 1229 std::string NotificationPreferencesDatabase::GenerateBundleKey( GenerateBundleKey() function in OHOS::Notification::NotificationPreferencesDatabase [all...] |
H A D | notification_preferences.cpp | 136 (!preferncesDB_->RemoveSlotFromDisturbeDB(GenerateBundleKey(bundleOption), slotType, bundleOption->GetUid()))) { in RemoveNotificationSlot() 165 if (!preferncesDB_->RemoveAllSlotsFromDisturbeDB(GenerateBundleKey(bundleOption), bundleOption->GetUid())) { in RemoveNotificationAllSlots() 193 if (!preferncesDB_->RemoveBundleFromDisturbeDB(GenerateBundleKey(bundleOption), bundleOption->GetUid())) { in RemoveNotificationForBundle() 973 std::string NotificationPreferences::GenerateBundleKey(const sptr<NotificationBundleOption> &bundleOption) const in GenerateBundleKey() function in OHOS::Notification::NotificationPreferences
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 404 std::string GenerateBundleKey(const sptr<NotificationBundleOption> &bundleOption) const;
|
H A D | notification_preferences_database.h | 275 std::string GenerateBundleKey(const std::string &bundleKey, const std::string &type = "") const;
|
Completed in 6 milliseconds