Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp774 int32_t propertyHourVal = 0; in CreateReminderAlarm() local
776 if (!GetInt32(env, value, ReminderAgentNapi::ALARM_HOUR, propertyHourVal, true)) { in CreateReminderAlarm()
787 if ((propertyHourVal < 0) || (propertyHourVal > maxHour)) { in CreateReminderAlarm()
806 static_cast<uint8_t>(propertyHourVal), static_cast<uint8_t>(propertyMinuteVal), daysOfWeek); in CreateReminderAlarm()
931 int32_t propertyHourVal = 0; in ParseLocalDateTime() local
936 !GetInt32(env, dateTimeObj, ReminderAgentNapi::CALENDAR_HOUR, propertyHourVal, true) || in ParseLocalDateTime()
942 propertyHourVal, propertyMinteVal)) { in ParseLocalDateTime()
949 dateTime.tm_hour = propertyHourVal; in ParseLocalDateTime()