Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h91 void SetDlLen(curl_off_t nowLen, curl_off_t totalLen);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h87 void SetDlLen(curl_off_t nowLen, curl_off_t totalLen);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp184 void RequestContext::SetDlLen(curl_off_t nowLen, curl_off_t totalLen) in SetDlLen() function in OHOS::NetStack::Http::RequestContext
H A Dnet_http_client_exec.cpp944 context->SetDlLen(dlnow, dltotal); in ProgressCallback()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp550 void RequestContext::SetDlLen(curl_off_t nowLen, curl_off_t totalLen) in SetDlLen() function in OHOS::NetStack::Http::RequestContext
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1342 context->SetDlLen(dlnow, dltotal); in AddCurlHandle()