Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h69 [[nodiscard]] time_t GetSMaxAgeSeconds() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h118 [[nodiscard]] time_t GetSMaxAgeSeconds() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp143 time_t HttpCacheResponse::GetSMaxAgeSeconds() const in GetSMaxAgeSeconds() function in OHOS::NetStack::Http::HttpCacheResponse
H A Dhttp_cache_strategy.cpp136 int64_t sMaxAge = cacheResponse_.GetSMaxAgeSeconds(); in ComputeFreshnessLifetimeSecondsInternal()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp134 int64_t sMaxAge = cacheResponse_.GetSMaxAgeSeconds(); in ComputeFreshnessLifetimeSecondsInternal()
H A Dnet_http_cache_entity.cpp267 time_t HttpCacheResponse::GetSMaxAgeSeconds() const in GetSMaxAgeSeconds() function in OHOS::NetStack::Http::HttpCacheResponse