Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp30 const std::string ReminderRequestCalendar::REPEAT_MONTHS = "repeat_months"; member in OHOS::Notification::ReminderRequestCalendar
530 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()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request_calendar.h215 static const std::string REPEAT_MONTHS; variable