Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp29 noStore_ = true; in ParseCacheControl()
124 return noStore_; in IsNoStore()
142 HttpCacheRequest::HttpCacheRequest() : noCache_(false), noStore_(false), noTransform_(false), onlyIfCached_(false) {} in HttpCacheRequest()
154 noStore_ = true; in ParseCacheControl()
295 return noStore_; in IsNoStore()
349 noStore_(false), in HttpCacheResponse()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp29 noStore_ = true; in ParseCacheControl()
124 return noStore_; in IsNoStore()
142 HttpCacheRequest::HttpCacheRequest() : noCache_(false), noStore_(false), noTransform_(false), onlyIfCached_(false) {} in HttpCacheRequest()
H A Dhttp_cache_response.cpp30 noStore_ = true; in ParseCacheControl()
171 return noStore_; in IsNoStore()
225 noStore_(false), in HttpCacheResponse()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h70 bool noStore_ = false; member in OHOS::NetStack::Http::HttpCacheRequest
143 bool noStore_; member in OHOS::NetStack::Http::HttpCacheResponse
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h69 bool noStore_ = false; member in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_response.h94 bool noStore_; member in OHOS::NetStack::Http::HttpCacheResponse

Completed in 3 milliseconds