Home
last modified time | relevance | path

Searched refs:LEAP_PARAM_MAX (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request_calendar.h231 static const uint8_t LEAP_PARAM_MAX; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp46 const uint8_t ReminderRequestCalendar::LEAP_PARAM_MAX = 100; member in OHOS::Notification::ReminderRequestCalendar
106 …days = ((((year % LEAP_PARAM_MIN == 0) && (year % LEAP_PARAM_MAX != 0)) || (year % SOLAR_YEAR == 0… in GetDaysOfMonth()