Home
last modified time | relevance | path

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