Searched refs:GetExpires (Results 1 – 6 of 6) sorted by relevance
146 if (cacheResponse_.GetExpires() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()153 int64_t delta = cacheResponse_.GetExpires() - responseTime; in ComputeFreshnessLifetimeSecondsInternal()213 …if (cacheResponse.GetExpires() != INVALID_TIME || cacheResponse.GetMaxAgeSeconds() != INVALID_TIME… in IsCacheable()281 cacheResponse_.GetExpires() == INVALID_TIME) { in RunStrategyInternal()
213 time_t HttpCacheResponse::GetExpires() const in GetExpires() function in OHOS::NetStack::Http::HttpCacheResponse
148 if (cacheResponse_.GetExpires() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()155 int64_t delta = cacheResponse_.GetExpires() - responseTime; in ComputeFreshnessLifetimeSecondsInternal()215 …if (cacheResponse.GetExpires() != INVALID_TIME || cacheResponse.GetMaxAgeSeconds() != INVALID_TIME… in IsCacheable()283 cacheResponse_.GetExpires() == INVALID_TIME) { in RunStrategyInternal()
89 time_t HttpCacheResponse::GetExpires() const in GetExpires() function in OHOS::NetStack::Http::HttpCacheResponse
37 [[nodiscard]] time_t GetExpires() const;
86 [[nodiscard]] time_t GetExpires() const;