Home
last modified time | relevance | path

Searched refs:GetExpires (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp146 if (cacheResponse_.GetExpires() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
153 int64_t delta = cacheResponse_.GetExpires() - responseTime; in ComputeFreshnessLifetimeSecondsInternal()
213 …if (cacheResponse.GetExpires() != INVALID_TIME || cacheResponse.GetMaxAgeSeconds() != INVALID_TIME… in IsCacheable()
281 cacheResponse_.GetExpires() == INVALID_TIME) { in RunStrategyInternal()
H A Dnet_http_cache_entity.cpp213 time_t HttpCacheResponse::GetExpires() const in GetExpires() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp148 if (cacheResponse_.GetExpires() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
155 int64_t delta = cacheResponse_.GetExpires() - responseTime; in ComputeFreshnessLifetimeSecondsInternal()
215 …if (cacheResponse.GetExpires() != INVALID_TIME || cacheResponse.GetMaxAgeSeconds() != INVALID_TIME… in IsCacheable()
283 cacheResponse_.GetExpires() == INVALID_TIME) { in RunStrategyInternal()
H A Dhttp_cache_response.cpp89 time_t HttpCacheResponse::GetExpires() const in GetExpires() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h37 [[nodiscard]] time_t GetExpires() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h86 [[nodiscard]] time_t GetExpires() const;