Home
last modified time | relevance | path

Searched refs:TRIGGER_SECOND (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp79 const std::string ReminderTimerTable::TRIGGER_SECOND = "trigger_second"; member in OHOS::Notification::ReminderTimerTable
173 AddColumn(TRIGGER_SECOND, "BIGINT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp381 values.PutLong(ReminderTimerTable::TRIGGER_SECOND, seconds); in AppendValuesBucket()
407 … ReminderStrategy::GetRdbValue<uint64_t>(resultSet, ReminderTimerTable::TRIGGER_SECOND, seconds); in RecoverFromDb()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h259 static const std::string TRIGGER_SECOND; variable