Home
last modified time | relevance | path

Searched refs:SUNDAY (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp79 const uint8_t ReminderRequest::SUNDAY = 7; member in OHOS::Notification::ReminderRequest
1739 return cTime == 0 ? SUNDAY : cTime; in GetActualTime()
1754 return actualTime == SUNDAY ? 0 : actualTime; in GetCTime()
1803 day = (day == 0) ? SUNDAY : day; in GetNextDaysOfWeek()
1848 if (*it < MONDAY || *it > SUNDAY) { in SetRepeatDaysOfWeek()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h958 static const uint8_t SUNDAY; member in OHOS::Notification::ReminderRequest

Completed in 5 milliseconds