Searched refs:GetMaxStaleSeconds (Results 1 – 6 of 6) sorted by relevance
42 [[nodiscard]] time_t GetMaxStaleSeconds() const;
100 time_t HttpCacheRequest::GetMaxStaleSeconds() const in GetMaxStaleSeconds() function in OHOS::NetStack::Http::HttpCacheRequest
238 …maxStaleMillis = std::max<int64_t>(0, cacheRequest_.GetMaxStaleSeconds() * CONVERT_TO_MILLISECONDS… in GetFreshness()
43 [[nodiscard]] time_t GetMaxStaleSeconds() const;
236 …maxStaleMillis = std::max<int64_t>(0, cacheRequest_.GetMaxStaleSeconds() * CONVERT_TO_MILLISECONDS… in GetFreshness()