Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_proxy.h33 bool ReadResponseFromCache(RequestContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/include/
H A Dcache_proxy.h31 bool ReadResponseFromCache(RequestContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_proxy.cpp50 bool CacheProxy::ReadResponseFromCache(RequestContext *context) in ReadResponseFromCache() function in OHOS::NetStack::Http::CacheProxy
H A Dnet_http_client_exec.cpp111 if (context->IsUsingCache() && proxy.ReadResponseFromCache(context)) { in ExecRequest()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp57 bool CacheProxy::ReadResponseFromCache(RequestContext *context) in ReadResponseFromCache() function in OHOS::NetStack::Http::CacheProxy
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp486 if (context->IsUsingCache() && proxy.ReadResponseFromCache(context)) { in AddCurlHandle()