Home
last modified time | relevance | path

Searched refs:REMINDER_TIME (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp78 const std::string ReminderRequest::REMINDER_TIME = "reminder_time"; member in OHOS::Notification::ReminderRequest
508 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()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h695 static const std::string REMINDER_TIME; variable