Home
last modified time | relevance | path

Searched refs:dlLen (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1368 auto dlLen = context->GetDlLen(); in AddCurlHandle() local
1369 if (dlLen.tLen && dlLen.nLen) { in AddCurlHandle()
1370 NapiUtils::SetUint32Property(context->GetEnv(), progress, "receiveSize", static_cast<uint32_t>(dlLen.nLen)); in AddCurlHandle()
1371 NapiUtils::SetUint32Property(context->GetEnv(), progress, "totalSize", static_cast<uint32_t>(dlLen.tLen)); in AddCurlHandle()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp952 auto dlLen = context->GetDlLen(); in ProgressCallback() local
954 CDataReceiveProgressInfo info = {.receiveSize = dlLen.nLen, .totalSize = dlLen.tLen}; in ProgressCallback()

Completed in 6 milliseconds