Home
last modified time | relevance | path

Searched refs:GetIfNoneMatch (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h54 [[nodiscard]] std::string GetIfNoneMatch() const;
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp137 std::string HttpCacheRequest::GetIfNoneMatch() const in GetIfNoneMatch() function in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_strategy.cpp270 if (cacheRequest_.GetIfModifiedSince() != INVALID_TIME || !cacheRequest_.GetIfNoneMatch().empty()) { in RunStrategyInternal()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h55 [[nodiscard]] std::string GetIfNoneMatch() const;
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp268 if (cacheRequest_.GetIfModifiedSince() != INVALID_TIME || !cacheRequest_.GetIfNoneMatch().empty()) { in RunStrategyInternal()
H A Dnet_http_cache_entity.cpp137 std::string HttpCacheRequest::GetIfNoneMatch() const in GetIfNoneMatch() function in OHOS::NetStack::Http::HttpCacheRequest

Completed in 3 milliseconds