Searched refs:CALENDAR_HOUR (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 68 const std::string ReminderTable::CALENDAR_HOUR = "calendar_hour"; member in OHOS::Notification::ReminderTable 135 AddColumn(CALENDAR_HOUR, "INT"); in InitCalendarColumns()
|
H A D | reminder_store_strategy.cpp | 562 ReminderStrategy::GetRdbValue<uint8_t>(resultSet, ReminderTable::CALENDAR_HOUR, hour); in RecoverFromOldVersion()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 221 static const std::string CALENDAR_HOUR; member in OHOS::Notification::ReminderTable
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 43 const char* CALENDAR_HOUR = "hour"; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 892 ReminderAgentNapi::CALENDAR_HOUR, maxHour); in CheckCalendarParams() 938 !GetInt32(env, dateTimeObj, ReminderAgentNapi::CALENDAR_HOUR, propertyHourVal, true) || in ParseLocalDateTime()
|
H A D | publish.cpp | 466 napi_set_named_property(env, dateTime, CALENDAR_HOUR, value); in ParseReminderCalendar()
|
Completed in 7 milliseconds