Home
last modified time | relevance | path

Searched refs:MAX_UPDATE_TIME (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h326 static const int64_t MAX_UPDATE_TIME = 4 * HOUR_TO_MS; variable
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp43 const int32_t MAX_UPDATE_TIME = 5; variable
79 if ((now / MILLI_TO_BASE - lastSystemTime_) < MAX_UPDATE_TIME) { in ProcessNitzUpdate()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp521 int64_t maxExpiredTime = GetCurrentTime() + NotificationConstant::MAX_UPDATE_TIME; in SetUpdateTimer()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2902 request->SetUpdateDeadLine(duration.count() + NotificationConstant::MAX_UPDATE_TIME);