Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp281 void NotificationSlot::SetReminderMode(uint32_t reminderMode) in SetReminderMode() argument
283 reminderMode_ = reminderMode; in SetReminderMode()
415 ANS_LOGE("Failed to write reminderMode"); in Marshalling()
511 uint32_t reminderMode = 0; in GetDefaultReminderMode() local
514 reminderMode = SOUND_OPNE + LOCKSCREEN_OPNE + BANNER_OPNE + LIGHTSCREEN_OPNE + in GetDefaultReminderMode()
518 reminderMode = SOUND_OPNE + LOCKSCREEN_OPNE + BANNER_OPNE + LIGHTSCREEN_OPNE + in GetDefaultReminderMode()
522 reminderMode = 0; in GetDefaultReminderMode()
525 reminderMode = SOUND_OPNE + LOCKSCREEN_OPNE + VIBRATION_OPNE + STATUSBAR_ICON_OPNE + LIGHTSCREEN_OPNE; in GetDefaultReminderMode()
528 reminderMode = SOUND_OPNE + VIBRATION_OPNE + STATUSBAR_ICON_OPNE; in GetDefaultReminderMode()
531 reminderMode in GetDefaultReminderMode()
[all...]
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h358 * @param reminderMode Specifies the reminder mode of the NotificationSlot object,
361 void SetReminderMode(uint32_t reminderMode);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_slot_service_test.cpp545 auto reminderMode = in HWTEST_F() local
547 ASSERT_EQ(reminderMode, (int)0b111111); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp221 const static std::string KEY_REMINDER_MODE = "reminderMode";
1434 int32_t reminderMode = static_cast<int32_t>(StringToInt(value)); in ParseSlotReminderMode() local
1435 slot->SetReminderMode(reminderMode); in ParseSlotReminderMode()

Completed in 7 milliseconds