Home
last modified time | relevance | path

Searched refs:AddCurlHandle (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_client_exec.h86 static bool AddCurlHandle(CURL *handle, RequestContext *context);
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h119 static bool AddCurlHandle(CURL *handle, RequestContext *context);
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp78 bool NetHttpClientExec::AddCurlHandle(CURL *handle, RequestContext *context) in AddCurlHandle() function in OHOS::NetStack::Http::NetHttpClientExec
153 if (!AddCurlHandle(handle, context)) { in RequestWithoutCache()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp253 bool HttpExec::AddCurlHandle(CURL *handle, RequestContext *context) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec
347 if (!AddCurlHandle(handle, context)) { in AddCurlHandle()

Completed in 5 milliseconds