Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp73 age_ = value; in ParseCacheResponseHeader()
124 return age_; in GetAge()
129 if (age_.empty()) { in GetAgeSeconds()
132 return std::strtol(age_.c_str(), nullptr, DECIMAL); in GetAgeSeconds()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp197 age_ = value; in ParseCacheResponseHeader()
248 return age_; in GetAge()
253 if (age_.empty()) { in GetAgeSeconds()
256 return std::strtol(age_.c_str(), nullptr, DECIMAL); in GetAgeSeconds()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h88 std::string age_; member in OHOS::NetStack::Http::HttpCacheResponse
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h137 std::string age_; member in OHOS::NetStack::Http::HttpCacheResponse

Completed in 2 milliseconds