Home
last modified time | relevance | path

Searched refs:IsPrivateCache (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.h61 [[nodiscard]] bool IsPrivateCache() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h110 [[nodiscard]] bool IsPrivateCache() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp179 bool HttpCacheResponse::IsPrivateCache() const in IsPrivateCache() function in OHOS::NetStack::Http::HttpCacheResponse
H A Dhttp_cache_strategy.cpp216 cacheResponse.IsPublicCache() || cacheResponse.IsPrivateCache()) { in IsCacheable()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp214 cacheResponse.IsPublicCache() || cacheResponse.IsPrivateCache()) { in IsCacheable()
H A Dnet_http_cache_entity.cpp303 bool HttpCacheResponse::IsPrivateCache() const in IsPrivateCache() function in OHOS::NetStack::Http::HttpCacheResponse