Searched refs:GetCurlDataFromHandle (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_client_exec.h | 90 static bool GetCurlDataFromHandle(CURL *handle, RequestContext *context, CURLMSG curlMsg, CURLcode result);
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/ |
H A D | http_exec.h | 127 static bool GetCurlDataFromHandle(CURL *handle, RequestContext *context, CURLMSG curlMsg, CURLcode result);
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 161 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 D | http_exec.cpp | 355 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