Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h97 LoadBytes GetUlLen();
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h93 LoadBytes GetUlLen();
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp213 LoadBytes RequestContext::GetUlLen() in GetUlLen() function in OHOS::NetStack::Http::RequestContext
H A Dnet_http_client_exec.cpp933 auto ulLen = context->GetUlLen(); in ProgressCallback()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1315 static_cast<uint32_t>(context->GetUlLen().nLen)); in AddCurlHandle()
1317 static_cast<uint32_t>(context->GetUlLen().tLen)); in AddCurlHandle()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp590 LoadBytes RequestContext::GetUlLen() in GetUlLen() function in OHOS::NetStack::Http::RequestContext