Searched refs:propertyMinuteVal (Results 1 – 1 of 1) sorted by relevance
781 int32_t propertyMinuteVal = 0; in CreateReminderAlarm() local783 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()