H A D | notification_preferences_database.cpp | 282 bool NotificationPreferencesDatabase::PutBundlePropertyToDisturbeDB( in PutBundlePropertyToDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase 329 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_SHOW_BADGE_TYPE, enable, in PutShowBadge() 347 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_IMPORTANCE_TYPE, importance, in PutImportance() 364 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_BADGE_TOTAL_NUM_TYPE, totalBadgeNum, in PutTotalBadgeNums() 383 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_ENABLE_NOTIFICATION_TYPE, enabled, in PutNotificationsEnabledForBundle() 415 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_SLOTFLGS_TYPE, slotFlags, in PutSlotFlags() 433 int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_POPPED_DIALOG_TYPE, hasPopped, in PutHasPoppedDialog() 865 int32_t NotificationPreferencesDatabase::PutBundlePropertyToDisturbeDB( in PutBundlePropertyToDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
|