Home
last modified time | relevance | path

Searched refs:IsOnlyIfCached (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_request.h52 [[nodiscard]] bool IsOnlyIfCached() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_request.cpp132 bool HttpCacheRequest::IsOnlyIfCached() const in IsOnlyIfCached() function in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_strategy.cpp259 if (cacheRequest_.IsOnlyIfCached()) { in RunStrategyInternal()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h53 [[nodiscard]] bool IsOnlyIfCached() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp257 if (cacheRequest_.IsOnlyIfCached()) { in RunStrategyInternal()
H A Dnet_http_cache_entity.cpp132 bool HttpCacheRequest::IsOnlyIfCached() const in IsOnlyIfCached() function in OHOS::NetStack::Http::HttpCacheRequest