Searched refs:REMINDER_TIME (Results 1 – 2 of 2) sorted by relevance
78 const std::string ReminderRequest::REMINDER_TIME = "reminder_time"; member in OHOS::Notification::ReminderRequest508 static_cast<uint64_t>(RecoverInt64FromDb(resultSet, REMINDER_TIME, DbRecoveryType::LONG)); in RecoverFromDb()1740 values.PutLong(REMINDER_TIME, reminder->GetReminderTimeInMilli()); in AppendValuesBucket()1790 AddColumn(REMINDER_TIME, "BIGINT NOT NULL", false); in InitDbColumns()
695 static const std::string REMINDER_TIME; variable