Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp53 const uint32_t ReminderRequest::MIN_TIME_INTERVAL_IN_MILLI = 5 * 60 * 1000; member in OHOS::Notification::ReminderRequest
177 if (nowInstantMilli < (GetReminderTimeInMilli() + MIN_TIME_INTERVAL_IN_MILLI)) { in CanShow()
709 if (timeIntervalInMilli > 0 && timeIntervalInMilli < MIN_TIME_INTERVAL_IN_MILLI) { in SetTimeInterval()
711 MIN_TIME_INTERVAL_IN_MILLI / MILLI_SECONDS, timeIntervalInSeconds, in SetTimeInterval()
712 MIN_TIME_INTERVAL_IN_MILLI / MILLI_SECONDS); in SetTimeInterval()
713 timeIntervalInMilli_ = MIN_TIME_INTERVAL_IN_MILLI; in SetTimeInterval()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h1102 static const uint32_t MIN_TIME_INTERVAL_IN_MILLI; member in OHOS::Notification::ReminderRequest

Completed in 5 milliseconds