Searched refs:CALENDAR_HOUR (Results 1 – 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request_calendar.cpp | 37 const std::string ReminderRequestCalendar::CALENDAR_HOUR = "calendar_hour"; member in OHOS::Notification::ReminderRequestCalendar 554 hour_ = static_cast<uint8_t>(RecoverInt64FromDb(resultSet, CALENDAR_HOUR, DbRecoveryType::INT)); in RecoverFromDb() 596 values.PutInt(CALENDAR_HOUR, hour); in AppendValuesBucket() 610 ReminderRequest::AddColumn(CALENDAR_HOUR, "INT", false); in InitDbColumns()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request_calendar.h | 222 static const std::string CALENDAR_HOUR; variable
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
D | reminder_common.h | 40 const char* CALENDAR_HOUR = "hour"; variable
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 500 !GetInt32(env, dateTimeObj, ReminderAgentNapi::CALENDAR_HOUR, propertyHourVal, true) || in CreateReminderCalendar() 560 ReminderAgentNapi::CALENDAR_HOUR, maxHour); in CheckCalendarParams()
|
D | publish.cpp | 456 napi_set_named_property(env, dateTime, CALENDAR_HOUR, value); in ParseReminderCalendar()
|