Searched refs:MAX_DAYS_OF_MONTH (Results 1 – 3 of 3) sorted by relevance
23 const uint8_t ReminderRequestCalendar::MAX_DAYS_OF_MONTH = 31; member in OHOS::Notification::ReminderRequestCalendar279 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()
144 static const uint8_t MAX_DAYS_OF_MONTH; variable
519 ReminderRequestCalendar::MAX_DAYS_OF_MONTH) == nullptr) { in CreateReminderCalendar()