Searched refs:GetMinFreshSeconds (Results 1 – 6 of 6) sorted by relevance
44 [[nodiscard]] time_t GetMinFreshSeconds() const;
109 time_t HttpCacheRequest::GetMinFreshSeconds() const in GetMinFreshSeconds() function in OHOS::NetStack::Http::HttpCacheRequest
234 …int64_t minFreshMillis = std::max<int64_t>(0, cacheRequest_.GetMinFreshSeconds() * CONVERT_TO_MILL… in GetFreshness()
45 [[nodiscard]] time_t GetMinFreshSeconds() const;
232 …int64_t minFreshMillis = std::max<int64_t>(0, cacheRequest_.GetMinFreshSeconds() * CONVERT_TO_MILL… in GetFreshness()