Home
last modified time | relevance | path

Searched refs:onlyIfCached_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp33 onlyIfCached_ = true; in ParseCacheControl()
134 return onlyIfCached_; in IsOnlyIfCached()
142 …HttpCacheRequest() : noCache_(false), noStore_(false), noTransform_(false), onlyIfCached_(false) {} in HttpCacheRequest()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp33 onlyIfCached_ = true; in ParseCacheControl()
134 return onlyIfCached_; in IsOnlyIfCached()
142 …HttpCacheRequest() : noCache_(false), noStore_(false), noTransform_(false), onlyIfCached_(false) {} in HttpCacheRequest()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h71 bool onlyIfCached_ = false; variable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h72 bool onlyIfCached_ = false; variable