Searched refs:SetBundleProperty (Results 1 - 2 of 2) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences.cpp | 323 ErrCode result = SetBundleProperty(preferencesInfo, bundleOption, BundleType::BUNDLE_SLOTFLGS_TYPE, slotFlags); in SetNotificationSlotFlagsForBundle() 345 ErrCode result = SetBundleProperty(preferencesInfo, bundleOption, BundleType::BUNDLE_SHOW_BADGE_TYPE, enable); in SetShowBadge() 370 ErrCode result = SetBundleProperty(preferencesInfo, bundleOption, BundleType::BUNDLE_IMPORTANCE_TYPE, importance); in SetImportance() 394 ErrCode result = SetBundleProperty(preferencesInfo, bundleOption, BundleType::BUNDLE_BADGE_TOTAL_NUM_TYPE, num); in SetTotalBadgeNums() 421 SetBundleProperty(preferencesInfo, bundleOption, BundleType::BUNDLE_ENABLE_NOTIFICATION_TYPE, enabled); in SetNotificationsEnabledForBundle() 477 result = SetBundleProperty(preferencesInfo, bundleOption, BundleType::BUNDLE_POPPED_DIALOG_TYPE, hasPopped); in SetHasPoppedDialog() 873 ErrCode NotificationPreferences::SetBundleProperty(NotificationPreferencesInfo &preferencesInfo, in SetBundleProperty() function in OHOS::Notification::NotificationPreferences
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 396 ErrCode SetBundleProperty(NotificationPreferencesInfo &preferencesInfo,
|
Completed in 3 milliseconds