Home
last modified time | relevance | path

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

/base/notification/eventhandler/frameworks/eventhandler/src/
Dnone_io_waiter.cpp27 const int32_t HOURS_PER_DAY = 24; variable
29 const int32_t HOURS_PER_YEAR = HOURS_PER_DAY * DAYS_PER_YEAR;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_alarm.cpp26 const uint8_t ReminderRequestAlarm::HOURS_PER_DAY = 24; member in OHOS::Notification::ReminderRequestAlarm
58 if (hour_ >= HOURS_PER_DAY) { in CheckParamValid()
135 nextTriggerTime = target + 1 * HOURS_PER_DAY * SECONDS_PER_HOUR; in GetNextTriggerTime()
141 nextTriggerTime = target + nextDayInterval * HOURS_PER_DAY * SECONDS_PER_HOUR; in GetNextTriggerTime()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request_alarm.h156 static const uint8_t HOURS_PER_DAY; variable