Home
last modified time | relevance | path

Searched refs:IsRepeatMonth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/
H A Dreminderrequestcalendar_fuzzer.cpp87 reminderRequestCalendar.IsRepeatMonth(months); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_calendar_test.cpp578 bool result = calendar->IsRepeatMonth(month);
597 bool result = calendar->IsRepeatMonth(month);
718 bool result1 = calendar->IsRepeatMonth(month);
801 bool result7 = calendar->IsRepeatMonth(month);
846 bool result1 = calendar->IsRepeatMonth(month);
889 bool result1 = calendar->IsRepeatMonth(month);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_calendar.h338 bool IsRepeatMonth(uint8_t month) const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp528 bool ReminderRequestCalendar::IsRepeatMonth(uint8_t month) const in IsRepeatMonth() function in OHOS::Notification::ReminderRequestCalendar
596 if (IsRepeatMonth(i + 1)) { in GetRepeatMonths()