Searched refs:REPEAT_MONTHS (Results 1 – 2 of 2) sorted by relevance
30 const std::string ReminderRequestCalendar::REPEAT_MONTHS = "repeat_months"; member in OHOS::Notification::ReminderRequestCalendar530 static_cast<uint16_t>(RecoverInt64FromDb(resultSet, REPEAT_MONTHS, DbRecoveryType::INT)); in RecoverFromDb()589 values.PutInt(REPEAT_MONTHS, repeatMonth); in AppendValuesBucket()603 ReminderRequest::AddColumn(REPEAT_MONTHS, "INT", false); in InitDbColumns()
215 static const std::string REPEAT_MONTHS; variable