Searched refs:GetIfNoneMatch (Results 1 – 6 of 6) sorted by relevance
54 [[nodiscard]] std::string GetIfNoneMatch() const;
137 std::string HttpCacheRequest::GetIfNoneMatch() const in GetIfNoneMatch() function in OHOS::NetStack::Http::HttpCacheRequest
270 …if (cacheRequest_.GetIfModifiedSince() != INVALID_TIME || !cacheRequest_.GetIfNoneMatch().empty())… in RunStrategyInternal()
55 [[nodiscard]] std::string GetIfNoneMatch() const;
268 …if (cacheRequest_.GetIfModifiedSince() != INVALID_TIME || !cacheRequest_.GetIfNoneMatch().empty())… in RunStrategyInternal()