Searched refs:GenerateEntry (Results 1 – 2 of 2) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_preferences_database.cpp | 566 … GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_NAME), bundleInfo.GetBundleName(), values); in PutBundlePropertyValueToDisturbeDB() 567 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_BADGE_TOTAL_NUM), in PutBundlePropertyValueToDisturbeDB() 570 GenerateEntry( in PutBundlePropertyValueToDisturbeDB() 572 GenerateEntry( in PutBundlePropertyValueToDisturbeDB() 574 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_ENABLE_NOTIFICATION), in PutBundlePropertyValueToDisturbeDB() 577 GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_POPPED_DIALOG), in PutBundlePropertyValueToDisturbeDB() 580 …GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_UID), std::to_string(bundleInfo.GetBundleUid… in PutBundlePropertyValueToDisturbeDB() 783 void NotificationPreferencesDatabase::GenerateEntry( in GenerateEntry() function in OHOS::Notification::NotificationPreferencesDatabase 810 …GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_TYPE), std::to_string(slot->GetType())… in GenerateSlotEntry() 811 GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_ID), slot->GetId(), values); in GenerateSlotEntry() [all …]
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | notification_preferences_database.h | 179 void GenerateEntry(
|