Home
last modified time | relevance | path

Searched refs:GetLastModifiedStr (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.h41 [[nodiscard]] std::string GetLastModifiedStr() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h90 [[nodiscard]] std::string GetLastModifiedStr() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp107 std::string HttpCacheResponse::GetLastModifiedStr() const in GetLastModifiedStr() function in OHOS::NetStack::Http::HttpCacheResponse
H A Dhttp_cache_strategy.cpp292 …UpdateRequestHeader(cacheResponse_.GetEtag(), cacheResponse_.GetLastModifiedStr(), cacheResponse_.… in RunStrategyInternal()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp290 …UpdateRequestHeader(cacheResponse_.GetEtag(), cacheResponse_.GetLastModifiedStr(), cacheResponse_.… in RunStrategyInternal()
H A Dnet_http_cache_entity.cpp231 std::string HttpCacheResponse::GetLastModifiedStr() const in GetLastModifiedStr() function in OHOS::NetStack::Http::HttpCacheResponse