Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_client_exec.h90 static bool GetCurlDataFromHandle(CURL *handle, RequestContext *context, CURLMSG curlMsg, CURLcode result);
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h127 static bool GetCurlDataFromHandle(CURL *handle, RequestContext *context, CURLMSG curlMsg, CURLcode result);
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp161 bool NetHttpClientExec::GetCurlDataFromHandle(CURL *handle, RequestContext *context, CURLMSG curlMsg, CURLcode result) in GetCurlDataFromHandle() function in OHOS::NetStack::Http::NetHttpClientExec
263 context->SetExecOK(GetCurlDataFromHandle(handle, context, msg->msg, msg->data.result)); in HandleCurlData()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp355 bool HttpExec::GetCurlDataFromHandle(CURL *handle, RequestContext *context, CURLMSG curlMsg, CURLcode result) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec
516 context->SetExecOK(GetCurlDataFromHandle(handle, context, msg->msg, msg->data.result)); in AddCurlHandle()

Completed in 6 milliseconds