Home
last modified time | relevance | path

Searched refs:GetMaxAgeSeconds (Results 1 – 8 of 8) 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()
174 int64_t reqMaxAge = cacheRequest_.GetMaxAgeSeconds(); in ComputeFreshnessLifetimeMillis()
213 …if (cacheResponse.GetExpires() != INVALID_TIME || cacheResponse.GetMaxAgeSeconds() != INVALID_TIME… in IsCacheable()
280 if (ageMillis > ONE_DAY_MILLISECONDS && cacheRequest_.GetMaxAgeSeconds() == INVALID_TIME && in RunStrategyInternal()
H A Dnet_http_cache_entity.cpp91 time_t HttpCacheRequest::GetMaxAgeSeconds() const in GetMaxAgeSeconds() function in OHOS::NetStack::Http::HttpCacheRequest
259 time_t HttpCacheResponse::GetMaxAgeSeconds() const in GetMaxAgeSeconds() function in OHOS::NetStack::Http::HttpCacheResponse
/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()
176 int64_t reqMaxAge = cacheRequest_.GetMaxAgeSeconds(); in ComputeFreshnessLifetimeMillis()
215 …if (cacheResponse.GetExpires() != INVALID_TIME || cacheResponse.GetMaxAgeSeconds() != INVALID_TIME… in IsCacheable()
282 if (ageMillis > ONE_DAY_MILLISECONDS && cacheRequest_.GetMaxAgeSeconds() == INVALID_TIME && in RunStrategyInternal()
H A Dhttp_cache_request.cpp91 time_t HttpCacheRequest::GetMaxAgeSeconds() const in GetMaxAgeSeconds() function in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_response.cpp135 time_t HttpCacheResponse::GetMaxAgeSeconds() const in GetMaxAgeSeconds() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h41 [[nodiscard]] time_t GetMaxAgeSeconds() const;
116 [[nodiscard]] time_t GetMaxAgeSeconds() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h40 [[nodiscard]] time_t GetMaxAgeSeconds() const;
H A Dhttp_cache_response.h67 [[nodiscard]] time_t GetMaxAgeSeconds() const;