Home
last modified time | relevance | path

Searched refs:GetMaxStaleSeconds (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_request.h42 [[nodiscard]] time_t GetMaxStaleSeconds() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp100 time_t HttpCacheRequest::GetMaxStaleSeconds() const in GetMaxStaleSeconds() function in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_strategy.cpp238 …maxStaleMillis = std::max<int64_t>(0, cacheRequest_.GetMaxStaleSeconds() * CONVERT_TO_MILLISECONDS… in GetFreshness()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h43 [[nodiscard]] time_t GetMaxStaleSeconds() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp236 …maxStaleMillis = std::max<int64_t>(0, cacheRequest_.GetMaxStaleSeconds() * CONVERT_TO_MILLISECONDS… in GetFreshness()
H A Dnet_http_cache_entity.cpp100 time_t HttpCacheRequest::GetMaxStaleSeconds() const in GetMaxStaleSeconds() function in OHOS::NetStack::Http::HttpCacheRequest