Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h95 void SetUlLen(curl_off_t nowLen, curl_off_t totalLen);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h91 void SetUlLen(curl_off_t nowLen, curl_off_t totalLen);
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp191 void RequestContext::SetUlLen(curl_off_t nowLen, curl_off_t totalLen) in SetUlLen() function in OHOS::NetStack::Http::RequestContext
H A Dnet_http_client_exec.cpp926 context->SetUlLen(ulnow, ultotal); in ProgressCallback()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp580 void RequestContext::SetUlLen(curl_off_t nowLen, curl_off_t totalLen) in SetUlLen() function in OHOS::NetStack::Http::RequestContext
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1330 context->SetUlLen(ulnow, ultotal); in AddCurlHandle()