Home
last modified time | relevance | path

Searched refs:GetLastModified (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp157 if (cacheResponse_.GetLastModified() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
163 int64_t delta = requestTime - cacheResponse_.GetLastModified(); in ComputeFreshnessLifetimeSecondsInternal()
H A Dnet_http_cache_entity.cpp222 time_t HttpCacheResponse::GetLastModified() const in GetLastModified() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp159 if (cacheResponse_.GetLastModified() != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()
165 int64_t delta = requestTime - cacheResponse_.GetLastModified(); in ComputeFreshnessLifetimeSecondsInternal()
H A Dhttp_cache_response.cpp98 time_t HttpCacheResponse::GetLastModified() const in GetLastModified() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h39 [[nodiscard]] time_t GetLastModified() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h87 struct tm GetLastModified() const in GetLastModified() function
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h88 [[nodiscard]] time_t GetLastModified() const;