Home
last modified time | relevance | path

Searched refs:sMaxAge_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp49 sMaxAge_ = value; in ParseCacheControl()
145 if (sMaxAge_.empty()) { in GetSMaxAgeSeconds()
148 return std::strtol(sMaxAge_.c_str(), nullptr, DECIMAL); in GetSMaxAgeSeconds()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp173 sMaxAge_ = value; in ParseCacheControl()
269 if (sMaxAge_.empty()) { in GetSMaxAgeSeconds()
272 return std::strtol(sMaxAge_.c_str(), nullptr, DECIMAL); in GetSMaxAgeSeconds()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h101 std::string sMaxAge_; member in OHOS::NetStack::Http::HttpCacheResponse
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h150 std::string sMaxAge_; member in OHOS::NetStack::Http::HttpCacheResponse

Completed in 2 milliseconds