Home
last modified time | relevance | path

Searched refs:CreateHttpResponseCache (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/include/
H A Dhttp_module.h65 static napi_value CreateHttpResponseCache(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp78 napi_value HttpModuleExports::CreateHttpResponseCache(napi_env env, napi_callback_info info) in CreateHttpResponseCache() function in OHOS::NetStack::Http::HttpModuleExports
122 DECLARE_NAPI_FUNCTION(FUNCTION_CREATE_HTTP_RESPONSE_CACHE, CreateHttpResponseCache), in InitHttpProperties()