Home
last modified time | relevance | path

Searched refs:GetNotificationSlotFlagsForBundle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h186 …ErrCode GetNotificationSlotFlagsForBundle(const sptr<NotificationBundleOption> &bundleOption, uint…
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp399 …result = NotificationPreferences::GetInstance()->GetNotificationSlotFlagsForBundle(bundle, slotFla… in GetSlotFlagsAsBundle()
543 …auto ret = NotificationPreferences::GetInstance()->GetNotificationSlotFlagsForBundle(bundle, slotF… in GenerateSlotReminderMode()
H A Dnotification_preferences.cpp314 ErrCode NotificationPreferences::GetNotificationSlotFlagsForBundle( in GetNotificationSlotFlagsForBundle() function in OHOS::Notification::NotificationPreferences