Home
last modified time | relevance | path

Searched refs:minFresh_ (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.cpp44 minFresh_ = value; in ParseCacheControl()
111 if (minFresh_.empty()) { in GetMinFreshSeconds()
114 return std::strtol(minFresh_.c_str(), nullptr, DECIMAL); in GetMinFreshSeconds()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp44 minFresh_ = value; in ParseCacheControl()
111 if (minFresh_.empty()) { in GetMinFreshSeconds()
114 return std::strtol(minFresh_.c_str(), nullptr, DECIMAL); in GetMinFreshSeconds()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h66 std::string minFresh_; variable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h67 std::string minFresh_; variable