Home
last modified time | relevance | path

Searched refs:CouldUseCache (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_strategy.h44 bool CouldUseCache();
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_strategy.h45 bool CouldUseCache();
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp38 bool HttpCacheStrategy::CouldUseCache() in CouldUseCache() function in OHOS::NetStack::Http::HttpCacheStrategy
56 if (!CouldUseCache()) { in IsCacheable()
H A Dnet_http_cache_proxy.cpp56 if (!strategy_.CouldUseCache()) { in ReadResponseFromCache()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp41 bool HttpCacheStrategy::CouldUseCache() in CouldUseCache() function in OHOS::NetStack::Http::HttpCacheStrategy
59 if (!CouldUseCache()) { in IsCacheable()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp63 if (!strategy_.CouldUseCache()) { in ReadResponseFromCache()