Home
last modified time | relevance | path

Searched refs:FIRST_DESIGNATE_MONTH (Results 1 - 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp63 const std::string ReminderTable::FIRST_DESIGNATE_MONTH = "first_designate_month"; member in OHOS::Notification::ReminderTable
130 AddColumn(FIRST_DESIGNATE_MONTH, "INT"); in InitCalendarColumns()
H A Dreminder_table.cpp65 const std::string ReminderCalendarTable::FIRST_DESIGNATE_MONTH = "first_designate_month"; member in OHOS::Notification::ReminderCalendarTable
158 AddColumn(FIRST_DESIGNATE_MONTH, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp507 values.PutInt(ReminderCalendarTable::FIRST_DESIGNATE_MONTH, firstDesignateMonth); in AppendValuesBucket()
542 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderTable::FIRST_DESIGNATE_MONTH, firstDesignateMonth); in RecoverFromOldVersion()
583 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderCalendarTable::FIRST_DESIGNATE_MONTH, in RecoverTime()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h216 static const std::string FIRST_DESIGNATE_MONTH; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h229 static const std::string FIRST_DESIGNATE_MONTH; member in OHOS::Notification::ReminderCalendarTable

Completed in 4 milliseconds