Home
last modified time | relevance | path

Searched refs:IsCacheable (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_strategy.h42 bool IsCacheable(const HttpResponse &response);
49 bool IsCacheable(const HttpCacheResponse &cacheResponse);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_strategy.h43 bool IsCacheable(const HttpResponse &response);
50 bool IsCacheable(const HttpCacheResponse &cacheResponse);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp54 bool HttpCacheStrategy::IsCacheable(const HttpResponse &response) in IsCacheable() function in OHOS::NetStack::Http::HttpCacheStrategy
62 return IsCacheable(tempCacheResponse); in IsCacheable()
196 bool HttpCacheStrategy::IsCacheable(const HttpCacheResponse &cacheResponse) in IsCacheable() function in OHOS::NetStack::Http::HttpCacheStrategy
263 if (!IsCacheable(cacheResponse_)) { in RunStrategyInternal()
H A Dnet_http_cache_proxy.cpp96 if (!strategy_.IsCacheable(response)) { in WriteResponseToCache()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp57 bool HttpCacheStrategy::IsCacheable(const HttpResponse &response) in IsCacheable() function in OHOS::NetStack::Http::HttpCacheStrategy
65 return IsCacheable(tempCacheResponse); in IsCacheable()
198 bool HttpCacheStrategy::IsCacheable(const HttpCacheResponse &cacheResponse) in IsCacheable() function in OHOS::NetStack::Http::HttpCacheStrategy
265 if (!IsCacheable(cacheResponse_)) { in RunStrategyInternal()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp103 if (!strategy_.IsCacheable(response)) { in WriteResponseToCache()