Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_flags.h103 bool IsLightScreenEnabled();
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp75 tempFlags->IsLightScreenEnabled() && flagIter->second->IsLightScreenEnabled()); in ProcessSyncDecision()
H A Dnotification_flags.cpp105 bool NotificationFlags::IsLightScreenEnabled() in IsLightScreenEnabled() function in OHOS::Notification::NotificationFlags
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp955 if (flags->IsLightScreenEnabled() && in ChangeNotificationByControlFlags()