Home
last modified time | relevance | path

Searched refs:GetMinFreshSeconds (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.h44 [[nodiscard]] time_t GetMinFreshSeconds() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp109 time_t HttpCacheRequest::GetMinFreshSeconds() const in GetMinFreshSeconds() function in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_strategy.cpp234 …int64_t minFreshMillis = std::max<int64_t>(0, cacheRequest_.GetMinFreshSeconds() * CONVERT_TO_MILL… in GetFreshness()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h45 [[nodiscard]] time_t GetMinFreshSeconds() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp232 …int64_t minFreshMillis = std::max<int64_t>(0, cacheRequest_.GetMinFreshSeconds() * CONVERT_TO_MILL… in GetFreshness()
H A Dnet_http_cache_entity.cpp109 time_t HttpCacheRequest::GetMinFreshSeconds() const in GetMinFreshSeconds() function in OHOS::NetStack::Http::HttpCacheRequest