Home
last modified time | relevance | path

Searched refs:LIGHTSCREEN_FLAG (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_flags.cpp99 reminderFlags_ |= NotificationConstant::ReminderFlag::LIGHTSCREEN_FLAG; in SetLightScreenEnabled()
101 reminderFlags_ &= ~(NotificationConstant::ReminderFlag::LIGHTSCREEN_FLAG); in SetLightScreenEnabled()
107 if ((reminderFlags_ & NotificationConstant::ReminderFlag::LIGHTSCREEN_FLAG) != 0) { in IsLightScreenEnabled()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h75 LIGHTSCREEN_FLAG = 1 << 3, enumerator
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp613 if ((slotReminderMode & NotificationConstant::ReminderFlag::LIGHTSCREEN_FLAG) != 0) { in SetRequestBySlotType()
H A Dadvanced_notification_service.cpp956 (notificationControlFlags & NotificationConstant::ReminderFlag::LIGHTSCREEN_FLAG) != 0) { in ChangeNotificationByControlFlags()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp3410 notificationControlFlags |= NotificationConstant::ReminderFlag::LIGHTSCREEN_FLAG;