Home
last modified time | relevance | path

Searched refs:IsBannerEnabled (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_flags.h91 bool IsBannerEnabled();
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp73 tempFlags->IsBannerEnabled() && flagIter->second->IsBannerEnabled()); in ProcessSyncDecision()
H A Dnotification_flags.cpp88 bool NotificationFlags::IsBannerEnabled() in IsBannerEnabled() function in OHOS::Notification::NotificationFlags
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp951 …if (flags->IsBannerEnabled() && (notificationControlFlags & NotificationConstant::ReminderFlag::BA… in ChangeNotificationByControlFlags()