Searched refs:IsCacheable (Results 1 – 6 of 6) sorted by relevance
42 bool IsCacheable(const HttpResponse &response);49 bool IsCacheable(const HttpCacheResponse &cacheResponse);
43 bool IsCacheable(const HttpResponse &response);50 bool IsCacheable(const HttpCacheResponse &cacheResponse);
54 bool HttpCacheStrategy::IsCacheable(const HttpResponse &response) in IsCacheable() function in OHOS::NetStack::Http::HttpCacheStrategy62 return IsCacheable(tempCacheResponse); in IsCacheable()196 bool HttpCacheStrategy::IsCacheable(const HttpCacheResponse &cacheResponse) in IsCacheable() function in OHOS::NetStack::Http::HttpCacheStrategy263 if (!IsCacheable(cacheResponse_)) { in RunStrategyInternal()
96 if (!strategy_.IsCacheable(response)) { in WriteResponseToCache()
57 bool HttpCacheStrategy::IsCacheable(const HttpResponse &response) in IsCacheable() function in OHOS::NetStack::Http::HttpCacheStrategy65 return IsCacheable(tempCacheResponse); in IsCacheable()198 bool HttpCacheStrategy::IsCacheable(const HttpCacheResponse &cacheResponse) in IsCacheable() function in OHOS::NetStack::Http::HttpCacheStrategy265 if (!IsCacheable(cacheResponse_)) { in RunStrategyInternal()
103 if (!strategy_.IsCacheable(response)) { in WriteResponseToCache()