Home
last modified time | relevance | path

Searched refs:MakeHeaders (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Dhttp_request.h49 static struct curl_slist *MakeHeaders(const std::vector<std::string> &vec);
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/include/
H A Dfetch_exec.h57 static struct curl_slist *MakeHeaders(const std::vector<std::string> &vec);
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dhttp_request.cpp115 std::unique_ptr<struct curl_slist, decltype(&curl_slist_free_all)> header(MakeHeaders(vec), curl_slist_free_all); in Request()
170 struct curl_slist *HttpRequest::MakeHeaders(const std::vector<std::string> &vec) in MakeHeaders() function in OHOS::ACELite::HttpRequest
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_client_exec.h82 static struct curl_slist *MakeHeaders(const std::vector<std::string> &vec);
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp87 std::unique_ptr<struct curl_slist, decltype(&curl_slist_free_all)> header(MakeHeaders(vec), curl_slist_free_all); in ExecFetch()
310 struct curl_slist *FetchExec::MakeHeaders(const std::vector<std::string> &vec) in MakeHeaders() function in OHOS::NetStack::Fetch::FetchExec
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/include/
H A Dhttp_exec.h111 static struct curl_slist *MakeHeaders(const std::vector<std::string> &vec);
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp144 context->SetCurlHeaderList(MakeHeaders(vec)); in RequestWithoutCache()
907 struct curl_slist *NetHttpClientExec::MakeHeaders(const std::vector<std::string> &vec) in MakeHeaders() function in OHOS::NetStack::Http::NetHttpClientExec
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp337 context->SetCurlHeaderList(MakeHeaders(vec)); in AddCurlHandle()
1425 struct curl_slist *HttpExec::MakeHeaders(const std::vector<std::string> &vec) in AddCurlHandle() function in OHOS::NetStack::Http::HttpExec

Completed in 10 milliseconds