Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_calendar_test.cpp549 calendar->SetMonth(month, isSet);
568 calendar->SetMonth(month, isSet);
642 calendar->SetMonth(month, isSet);
683 calendar->SetMonth(month, isSet);
721 calendar->SetMonth(month, isSet1);
762 calendar->SetMonth(month, isSet);
801 calendar->SetMonth(month, isSet1);
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/
Dreminderrequestcalendar_fuzzer.cpp53 reminderRequestCalendar.SetMonth(months, enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request_calendar.h182 void SetMonth(const uint8_t &month, const bool &isSet);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp289 void ReminderRequestCalendar::SetMonth(const uint8_t &month, const bool &isSet) in SetMonth() function in OHOS::Notification::ReminderRequestCalendar
309 SetMonth((*it), true); in SetRepeatMonths()