Home
last modified time | relevance | path

Searched refs:remoteFileName (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/include/
H A Dffi_structs.h42 char* remoteFileName; member
H A Dnet_http_request.h45 std::string remoteFileName; member
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h45 std::string remoteFileName; member
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp478 if (from.remoteFileName != nullptr) { in ParseMultiFormData()
479 multiFormData.remoteFileName = std::string{from.remoteFileName}; in ParseMultiFormData()
H A Dnet_http_client_exec.cpp678 if (!multiFormData.remoteFileName.empty()) { in SetFormDataOption()
679 result = curl_mime_filename(part, multiFormData.remoteFileName.c_str()); in SetFormDataOption()
681 NETSTACK_LOGE("Failed to set remoteFileName error: %{public}s", curl_easy_strerror(result)); in SetFormDataOption()
/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp177 multiFormData.remoteFileName = "remoteFileName" + std::to_string(i); in HWTEST_F()
189 EXPECT_EQ(data.remoteFileName, "remoteFileName" + std::to_string(i)); in HWTEST_F()
/foundation/communication/netstack/test/fuzztest/http_fuzzer/
H A Dhttp_fuzzer.cpp242 multiFormData.remoteFileName = str; in AddMultiFormDataFuzzTest()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1628 if (!multiFormData.remoteFileName.empty()) { in AddCurlHandle()
1629 result = curl_mime_filename(part, multiFormData.remoteFileName.c_str()); in AddCurlHandle()
1631 NETSTACK_LOGE("Failed to set remoteFileName error: %{public}s", curl_easy_strerror(result)); in AddCurlHandle()
1640 if (!multiFormData.remoteFileName.empty()) { in AddCurlHandle()
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp756 multiFormData.remoteFileName = in NapiValue2FormData()

Completed in 9 milliseconds