Searched refs:GetBundleProperty (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences.cpp | 321 return GetBundleProperty(bundleOption, BundleType::BUNDLE_SLOTFLGS_TYPE, slotFlags); in GetNotificationSlotFlagsForBundle() 354 return GetBundleProperty(bundleOption, BundleType::BUNDLE_SHOW_BADGE_TYPE, enable); in IsShowBadge() 377 return GetBundleProperty(bundleOption, BundleType::BUNDLE_IMPORTANCE_TYPE, importance); in GetImportance() 402 return GetBundleProperty(bundleOption, BundleType::BUNDLE_BADGE_TOTAL_NUM_TYPE, totalBadgeNum); in GetTotalBadgeNums() 426 return GetBundleProperty(bundleOption, BundleType::BUNDLE_ENABLE_NOTIFICATION_TYPE, enabled); in GetNotificationsEnabledForBundle() 485 return GetBundleProperty(bundleOption, BundleType::BUNDLE_POPPED_DIALOG_TYPE, hasPopped); in GetHasPoppedDialog() 954 ErrCode NotificationPreferences::GetBundleProperty( in GetBundleProperty() function in OHOS::Notification::NotificationPreferences
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 406 ErrCode GetBundleProperty(
|