Searched refs:TRIGGER_SECOND (Results 1 – 3 of 3) sorted by relevance
79 const std::string ReminderTimerTable::TRIGGER_SECOND = "trigger_second"; member in OHOS::Notification::ReminderTimerTable173 AddColumn(TRIGGER_SECOND, "BIGINT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
381 values.PutLong(ReminderTimerTable::TRIGGER_SECOND, seconds); in AppendValuesBucket()407 … ReminderStrategy::GetRdbValue<uint64_t>(resultSet, ReminderTimerTable::TRIGGER_SECOND, seconds); in RecoverFromDb()
259 static const std::string TRIGGER_SECOND; variable