Home
last modified time | relevance | path

Searched refs:MAX_DAYS_OF_MONTH (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp23 const uint8_t ReminderRequestCalendar::MAX_DAYS_OF_MONTH = 31; member in OHOS::Notification::ReminderRequestCalendar
279 if (day < 1 || day > MAX_DAYS_OF_MONTH) { in SetDay()
315 if (repeatDays.size() > MAX_DAYS_OF_MONTH) { in SetRepeatDaysOfMonth()
316 …NSR_LOGW("The length of repeat days array should not larger than %{public}hhu", MAX_DAYS_OF_MONTH); in SetRepeatDaysOfMonth()
339 for (int32_t i = 0; i < MAX_DAYS_OF_MONTH; i++) { in GetRepeatDays()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request_calendar.h144 static const uint8_t MAX_DAYS_OF_MONTH; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp519 ReminderRequestCalendar::MAX_DAYS_OF_MONTH) == nullptr) { in CreateReminderCalendar()