Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/
Dreminderrequestcalendar_fuzzer.cpp67 reminderRequestCalendar.GetNextDay(year, months, nowTime, target); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request_calendar.h159 …uint8_t GetNextDay(const uint16_t &settedYear, const uint8_t &settedMonth, const tm &now, const tm…
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp114 uint8_t ReminderRequestCalendar::GetNextDay( in GetNextDay() function in OHOS::Notification::ReminderRequestCalendar
202 setDay = GetNextDay(setYear, setMonth, nowTime, tarTime); in GetNextTriggerTimeAsRepeatReminder()