Home
last modified time | relevance | path

Searched refs:GetAgeSeconds (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h49 [[nodiscard]] time_t GetAgeSeconds() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h98 [[nodiscard]] time_t GetAgeSeconds() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp127 time_t HttpCacheResponse::GetAgeSeconds() const in GetAgeSeconds() function in OHOS::NetStack::Http::HttpCacheResponse
H A Dhttp_cache_strategy.cpp114 int64_t age = std::max<int64_t>(0, cacheResponse_.GetAgeSeconds()); in CacheResponseAgeMillis()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp112 int64_t age = std::max<int64_t>(0, cacheResponse_.GetAgeSeconds()); in CacheResponseAgeMillis()
H A Dnet_http_cache_entity.cpp251 time_t HttpCacheResponse::GetAgeSeconds() const in GetAgeSeconds() function in OHOS::NetStack::Http::HttpCacheResponse