Home
last modified time | relevance | path

Searched refs:IsNoStore (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h49 [[nodiscard]] bool IsNoStore() const;
106 [[nodiscard]] bool IsNoStore() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp223 return !cacheResponse.IsNoStore() && !cacheRequest_.IsNoStore(); in IsCacheable()
H A Dnet_http_cache_entity.cpp122 bool HttpCacheRequest::IsNoStore() const in IsNoStore() function in OHOS::NetStack::Http::HttpCacheRequest
293 bool HttpCacheResponse::IsNoStore() const in IsNoStore() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp225 return !cacheResponse.IsNoStore() && !cacheRequest_.IsNoStore(); in IsCacheable()
H A Dhttp_cache_request.cpp122 bool HttpCacheRequest::IsNoStore() const in IsNoStore() function in OHOS::NetStack::Http::HttpCacheRequest
H A Dhttp_cache_response.cpp169 bool HttpCacheResponse::IsNoStore() const in IsNoStore() function in OHOS::NetStack::Http::HttpCacheResponse
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_request.h48 [[nodiscard]] bool IsNoStore() const;
H A Dhttp_cache_response.h57 [[nodiscard]] bool IsNoStore() const;