Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp64 const std::string ReminderTable::FIRST_DESIGNATE_DAY = "first_designate_day"; member in OHOS::Notification::ReminderTable
131 AddColumn(FIRST_DESIGNATE_DAY, "INT"); in InitCalendarColumns()
H A Dreminder_table.cpp66 const std::string ReminderCalendarTable::FIRST_DESIGNATE_DAY = "first_designate_day"; member in OHOS::Notification::ReminderCalendarTable
159 AddColumn(FIRST_DESIGNATE_DAY, "INT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp508 values.PutInt(ReminderCalendarTable::FIRST_DESIGNATE_DAY, firstDesignateDay); in AppendValuesBucket()
546 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderTable::FIRST_DESIGNATE_DAY, firstDesignateDay); in RecoverFromOldVersion()
588 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderCalendarTable::FIRST_DESIGNATE_DAY, in RecoverTime()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h217 static const std::string FIRST_DESIGNATE_DAY; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h230 static const std::string FIRST_DESIGNATE_DAY; member in OHOS::Notification::ReminderCalendarTable

Completed in 4 milliseconds