Searched refs:repeatMonth (Results 1 – 2 of 2) sorted by relevance
193 std::vector<uint8_t> repeatMonth; variable197 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);
506 uint16_t repeatMonth = 0; in AppendValuesBucket() local519 repeatMonth = calendar->GetRepeatMonth(); in AppendValuesBucket()531 values.PutInt(ReminderTable::REPEAT_MONTHS, repeatMonth); in AppendValuesBucket()