Searched refs:SUNDAY (Results 1 – 4 of 4) sorted by relevance
25 const uint8_t ReminderRequestAlarm::SUNDAY = 7; member in OHOS::Notification::ReminderRequestAlarm87 if (*it < MONDAY || *it > SUNDAY) { in SetDaysOfWeek()169 day = (day == 0) ? SUNDAY : day; in GetNextAlarm()
68 const int32_t ReminderRequest::SUNDAY = 7; member in OHOS::Notification::ReminderRequest1676 return cTime == 0 ? SUNDAY : cTime; in GetActualTime()1691 return actualTime == SUNDAY ? 0 : actualTime; in GetCTime()
155 static const uint8_t SUNDAY; variable
650 static const int32_t SUNDAY; variable