Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp781 int32_t propertyMinuteVal = 0; in CreateReminderAlarm() local
783 if (!GetInt32(env, value, ReminderAgentNapi::ALARM_MINUTE, propertyMinuteVal, true)) { in CreateReminderAlarm()
793 if ((propertyMinuteVal < 0) || (propertyMinuteVal > maxMinute)) { in CreateReminderAlarm()
806 static_cast<uint8_t>(propertyHourVal), static_cast<uint8_t>(propertyMinuteVal), daysOfWeek); in CreateReminderAlarm()