Home
last modified time | relevance | path

Searched refs:slotReminderMode (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp587 auto slotReminderMode = slot->GetReminderMode(); in SetRequestBySlotType() local
588 if ((slotReminderMode & NotificationConstant::ReminderFlag::SOUND_FLAG) != 0) { in SetRequestBySlotType()
592 if ((slotReminderMode & NotificationConstant::ReminderFlag::LOCKSCREEN_FLAG) != 0) { in SetRequestBySlotType()
596 if ((slotReminderMode & NotificationConstant::ReminderFlag::BANNER_FLAG) != 0) { in SetRequestBySlotType()
600 if ((slotReminderMode & NotificationConstant::ReminderFlag::LIGHTSCREEN_FLAG) != 0) { in SetRequestBySlotType()
604 if ((slotReminderMode & NotificationConstant::ReminderFlag::VIBRATION_FLAG) != 0) { in SetRequestBySlotType()
608 if ((slotReminderMode & NotificationConstant::ReminderFlag::STATUSBAR_ICON_FLAG) != 0) { in SetRequestBySlotType()

Completed in 2 milliseconds