Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp40 maxAge_ = value; in ParseCacheControl()
93 if (maxAge_.empty()) { in GetMaxAgeSeconds()
97 return std::strtol(maxAge_.c_str(), nullptr, DECIMAL); in GetMaxAgeSeconds()
171 maxAge_ = value; in ParseCacheControl()
261 if (maxAge_.empty()) { in GetMaxAgeSeconds()
264 return std::strtol(maxAge_.c_str(), nullptr, DECIMAL); in GetMaxAgeSeconds()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp40 maxAge_ = value; in ParseCacheControl()
93 if (maxAge_.empty()) { in GetMaxAgeSeconds()
97 return std::strtol(maxAge_.c_str(), nullptr, DECIMAL); in GetMaxAgeSeconds()
H A Dhttp_cache_response.cpp47 maxAge_ = value; in ParseCacheControl()
137 if (maxAge_.empty()) { in GetMaxAgeSeconds()
140 return std::strtol(maxAge_.c_str(), nullptr, DECIMAL); in GetMaxAgeSeconds()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h65 std::string maxAge_; member in OHOS::NetStack::Http::HttpCacheRequest
149 std::string maxAge_; member in OHOS::NetStack::Http::HttpCacheResponse
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h64 std::string maxAge_; member in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_response.h100 std::string maxAge_; member in OHOS::NetStack::Http::HttpCacheResponse

Completed in 2 milliseconds