Home
last modified time | relevance | path

Searched refs:noCache_ (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp27 noCache_ = true; in ParseCacheControl()
119 return noCache_; in IsNoCache()
142 HttpCacheRequest::HttpCacheRequest() : noCache_(false), noStore_(false), noTransform_(false), onlyIfCached_(false) {} in HttpCacheRequest()
152 noCache_ = true; in ParseCacheControl()
290 return noCache_; in IsNoCache()
348 noCache_(false), in HttpCacheResponse()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp27 noCache_ = true; in ParseCacheControl()
119 return noCache_; in IsNoCache()
142 HttpCacheRequest::HttpCacheRequest() : noCache_(false), noStore_(false), noTransform_(false), onlyIfCached_(false) {} in HttpCacheRequest()
H A Dhttp_cache_response.cpp28 noCache_ = true; in ParseCacheControl()
166 return noCache_; in IsNoCache()
224 noCache_(false), in HttpCacheResponse()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h69 bool noCache_ = false; member in OHOS::NetStack::Http::HttpCacheRequest
142 bool noCache_; member in OHOS::NetStack::Http::HttpCacheResponse
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h68 bool noCache_ = false; member in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_response.h93 bool noCache_; member in OHOS::NetStack::Http::HttpCacheResponse

Completed in 3 milliseconds