Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h324 static const int64_t MAX_FINISH_TIME = 8 * HOUR_TO_MS; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp484 int64_t maxExpiredTime = GetCurrentTime() + NotificationConstant::MAX_FINISH_TIME; in SetFinishTimer()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2901 request->SetFinishDeadLine(duration.count() + NotificationConstant::MAX_FINISH_TIME);