Home
last modified time | relevance | path

Searched refs:GetEtag (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.h45 [[nodiscard]] std::string GetEtag() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h94 [[nodiscard]] std::string GetEtag() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp117 std::string HttpCacheResponse::GetEtag() const in GetEtag() 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.cpp241 std::string HttpCacheResponse::GetEtag() const in GetEtag() function in OHOS::NetStack::Http::HttpCacheResponse