Home
last modified time | relevance | path

Searched refs:IsMustRevalidate (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.h53 [[nodiscard]] bool IsMustRevalidate() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h102 [[nodiscard]] bool IsMustRevalidate() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp159 bool HttpCacheResponse::IsMustRevalidate() const in IsMustRevalidate() function in OHOS::NetStack::Http::HttpCacheResponse
H A Dhttp_cache_strategy.cpp237 if (!cacheResponse_.IsMustRevalidate()) { in GetFreshness()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp235 if (!cacheResponse_.IsMustRevalidate()) { in GetFreshness()
H A Dnet_http_cache_entity.cpp283 bool HttpCacheResponse::IsMustRevalidate() const in IsMustRevalidate() function in OHOS::NetStack::Http::HttpCacheResponse