Home
last modified time | relevance | path

Searched defs:headers (Results 1 – 25 of 40) sorted by relevance

12

/base/request/request/common/netstack_rs/tests/ut/
Dut_response.rs23 headers: Vec<String>, field
105 let headers = response.headers(); in ut_response_headers() localVariable
129 let headers = response.headers(); in ut_response_headers_malformed() localVariable
/base/request/request/test/unittest/common/napi/requestTest/
DRequestUploadTest.js75 headers: 'http' property
85 headers: 'http' property
95 headers: 'http' property
108 headers: 'http' property
121 headers: 'http' property
DRequestJsunit.test.js44 headers: 'http' property
/base/request/request/services/tests/ut/client/
Dut_client.rs62 let headers = Headers::new(); in ut_client_event_variants_001() localVariable
387 let mut headers = Headers::new(); in ut_client_error_oversized_headers_001() localVariable
527 let mut headers = Headers::new(); in ut_client_edge_case_unicode_strings_001() localVariable
/base/request/request/frameworks/js/napi/request/src/legacy/
Ddownload_task.cpp128 bool DownloadTask::SetOption(CURL *handle, curl_slist *&headers) in SetOption()
194 curl_slist *headers{}; in DoDownload() local
/base/request/request/common/netstack_rs/src/
Dresponse.rs34 pub fn headers(&self) -> HashMap<String, String> { in headers() method
38 let mut headers = GetHeaders(p).into_iter(); in headers() localVariable
Dtask.rs109 pub fn headers(&mut self) -> HashMap<String, String> { in headers() method
/base/request/request/frameworks/native/cache_download/tests/ut/download/
Dut_netstack.rs119 let headers = task.headers(); localVariable
406 let mut headers = std::collections::HashMap::new(); in ut_download_task_run_with_headers() localVariable
Dut_task.rs108 let headers = vec![ in ut_download_headers() localVariable
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
Dparse_dmabuf_info.cpp36 std::vector<std::string> headers; in ParseHeaderLine() local
/base/request/request/frameworks/native/cache_download/src/download/ylong/
Dmod.rs51 headers: HashMap<String, String>, field
101 let mut headers = None; in run() localVariable
/base/request/request/interfaces/inner_kits/cache_download/include/
Drequest_preload.h121 std::vector<std::tuple<std::string, std::string>> headers; member
/base/telephony/call_manager/services/antifraud/src/
Dantifraud_cloud_service.cpp255 …std::map<std::string, std::string> headers = GenerateHeadersMap(auth, antiFraudResult.text, bounda… in ConnectCloudAsync() local
299 std::map<std::string, std::string> headers; in GenerateHeadersMap() local
336 cJSON *headers = cJSON_CreateObject(); in GenerateRequestJson() local
/base/request/request/frameworks/native/cache_download/src/
Dservices.rs44 pub headers: Option<Vec<(&'a str, &'a str)>>, field
52 pub fn headers(&mut self, headers: Vec<(&'a str, &'a str)>) -> &mut Self { in headers() method
Dwrapper.rs136 let headers = options in ffi_preload() localVariable
171 headers: Vec<&'a str>, field
/base/request/request/common/netstack_rs/src/cxx/
Dwrapper.cpp72 std::map<std::string, std::string> headers = response.GetHeaders(); in GetHeaders() local
/base/request/request/frameworks/js/napi/request/src/upload/
Dcurl_adp.cpp396 …std::string headers = std::accumulate(fData->responseHead.begin(), fData->responseHead.end(), std:… in HeaderCallback() local
423 void CUrlAdp::NotifyAPI5(FileData *fData, std::string &headers) in NotifyAPI5()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnative_media_player_impl.cpp270 napi_value* value, const std::map<std::string, std::string>& headers) in ConstructHeaders()
325 napi_value headers = nullptr; in ConstructMediaInfo() local
/base/request/request/frameworks/native/cache_download/src/download/
Dnetstack.rs58 let headers = task.headers(); in on_data_receive() localVariable
/base/request/request/services/include/
Dc_task_config.h74 CStringWrapper headers; member
100 std::string headers; member
/base/request/request/test/unittest/cpp_test/fwkTest/src/
Dresponse_message_receiver_test.cpp374 std::map<std::string, std::vector<std::string>> headers; variable
598 string headers = "header:aaa,bbb,ccc\n"; variable
/base/web/webview/interfaces/kits/cj/src/
Dweb_native_media_player.cpp470 ArrMapItem headers = {result3, headers_.size()}; in ConstructMap() local
503 ArrMapItem headers = ConstructMap(mediaInfo->GetHeaders()); in OnCreate() local
/base/request/request/frameworks/js/napi/request/include/upload/
Dupload_config.h41 std::string headers; member
/base/request/request/frameworks/js/napi/cache_download/src/
Dpreload_module.cpp93 napi_value headers = nullptr; in download() local
/base/request/request/frameworks/cj/ffi/include/
Dcj_request_ffi.h38 CHashStrPair *headers; member
90 CHashStrArr headers; member
131 CHttpHeader headers; member

12