Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_calendar_test.cpp193 std::vector<uint8_t> repeatMonth; variable
197 repeatMonth.push_back(-1);
199 …auto calendar = std::make_shared<ReminderRequestCalendar>(nowTime, repeatMonth, repeatDay, daysOfW…
204 repeatMonth.clear();
205 repeatMonth.push_back(13);
206 … calendar = std::make_shared<ReminderRequestCalendar>(nowTime, repeatMonth, repeatDay, daysOfWeek);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp506 uint16_t repeatMonth = 0; in AppendValuesBucket() local
519 repeatMonth = calendar->GetRepeatMonth(); in AppendValuesBucket()
531 values.PutInt(ReminderTable::REPEAT_MONTHS, repeatMonth); in AppendValuesBucket()