Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp140 int64_t maxAge = cacheResponse_.GetMaxAgeSeconds(); in ComputeFreshnessLifetimeSecondsInternal() local
141 if (maxAge != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
143 return maxAge; in ComputeFreshnessLifetimeSecondsInternal()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp142 int64_t maxAge = cacheResponse_.GetMaxAgeSeconds(); in ComputeFreshnessLifetimeSecondsInternal() local
143 if (maxAge != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
145 return maxAge; in ComputeFreshnessLifetimeSecondsInternal()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp718 const auto maxAge = 2; in BeginBackendFrame() local
719 const auto minAge = device_.GetCommandBufferingCount() + maxAge; in BeginBackendFrame()