Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp67 expires_ = value; in ParseCacheResponseHeader()
91 if (expires_.empty()) { in GetExpires()
95 return HttpTime::StrTimeToTimestamp(expires_); in GetExpires()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp191 expires_ = value; in ParseCacheResponseHeader()
215 if (expires_.empty()) { in GetExpires()
219 return StrTimeToTimestamp(expires_); in GetExpires()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h85 std::string expires_; member in OHOS::NetStack::Http::HttpCacheResponse
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h134 std::string expires_; member in OHOS::NetStack::Http::HttpCacheResponse

Completed in 3 milliseconds