Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp22 void HttpCacheRequest::ParseCacheControl(const std::string &cacheControl) in ParseCacheControl() argument
24 auto vec = CommonUtils::Split(cacheControl, SPLIT); in ParseCacheControl()
146 void HttpCacheResponse::ParseCacheControl(const std::string &cacheControl) in ParseCacheControl() argument
148 auto vec = CommonUtils::Split(cacheControl, SPLIT); in ParseCacheControl()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp22 void HttpCacheRequest::ParseCacheControl(const std::string &cacheControl) in ParseCacheControl() argument
24 auto vec = CommonUtils::Split(cacheControl, SPLIT); in ParseCacheControl()
H A Dhttp_cache_response.cpp22 void HttpCacheResponse::ParseCacheControl(const std::string &cacheControl) in ParseCacheControl() argument
24 auto vec = CommonUtils::Split(cacheControl, SPLIT); in ParseCacheControl()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h58 void ParseCacheControl(const std::string &cacheControl);
131 void ParseCacheControl(const std::string &cacheControl);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h57 void ParseCacheControl(const std::string &cacheControl);
H A Dhttp_cache_response.h82 void ParseCacheControl(const std::string &cacheControl);