Home
last modified time | relevance | path

Searched refs:IsNoCache (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h47 [[nodiscard]] bool IsNoCache() const;
104 [[nodiscard]] bool IsNoCache() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp247 if (cacheRequest_.IsNoCache()) { in RunStrategyInternal()
252 if (cacheResponse_.IsNoCache()) { in RunStrategyInternal()
H A Dnet_http_cache_entity.cpp117 bool HttpCacheRequest::IsNoCache() const in IsNoCache() function in OHOS::NetStack::Http::HttpCacheRequest
288 bool HttpCacheResponse::IsNoCache() const in IsNoCache() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp249 if (cacheRequest_.IsNoCache()) { in RunStrategyInternal()
254 if (cacheResponse_.IsNoCache()) { in RunStrategyInternal()
H A Dhttp_cache_request.cpp117 bool HttpCacheRequest::IsNoCache() const in IsNoCache() function in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_response.cpp164 bool HttpCacheResponse::IsNoCache() const in IsNoCache() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h46 [[nodiscard]] bool IsNoCache() const;
H A Dhttp_cache_response.h55 [[nodiscard]] bool IsNoCache() const;