Home
last modified time | relevance | path

Searched defs:headers (Results 51 – 75 of 90) sorted by relevance

1234

/ohos5.0/base/request/request/services/include/
H A Dc_task_config.h61 CStringWrapper headers; member
87 std::string headers; member
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h36 CHashStrPair *headers; member
88 CHashStrArr headers; member
/ohos5.0/base/request/request/test/unittest/common/napi/requestTest/
H A DRequestJsunit.test.js45 headers: 'http' property in AnonymousFunctioneeec945f0100.globalDownloadConf.header
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp287 std::map<std::string, std::vector<std::string>> headers; variable
465 string headers = "header:aaa,bbb,ccc\n"; variable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/
H A Dmod.rs352 pub fn headers(&self) -> &Headers { in headers() method
678 pub headers: Headers, field
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/
H A Dnet_websocket_type.h159 struct WebSocket_Header *headers; member
/ohos5.0/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/
H A Dwebsocket_inner_fuzzer.cpp31 std::map<std::string, std::string> headers = { variable
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.cpp408 napi_value* value, const std::map<std::string, std::string>& headers) in ConstructHeaders()
463 napi_value headers = nullptr; in ConstructMediaInfo() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs63 headers: Vec<u8>, field
90 headers: Vec<u8>, field
/ohos5.0/base/request/request/frameworks/js/napi/include/upload/
H A Dupload_config.h41 std::string headers; member
/ohos5.0/base/request/request/services/src/service/command/
H A Dconstruct.rs174 let mut headers: HashMap<String, String> = HashMap::new(); in construct() localVariable
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduParser.java244 PduHeaders headers = new PduHeaders(); in parseHeaders() local
1817 protected static boolean checkMandatoryHeader(PduHeaders headers) { in checkMandatoryHeader()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/
H A Ddecoder.rs66 headers: Option<Headers>, field
301 let headers = Headers::new(); in header_phase_with_init() localVariable
/aosp14/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java274 private void assertContains(List<String> headers, String header) { in assertContains()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs1125 let mut headers = Headers::new(); in ut_headers_get_mut() localVariable
1279 let mut headers = Headers::new(); in ut_headers_iter() localVariable
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_common.h101 std::string headers; member
149 std::map<std::string, std::string> headers; member
310 std::map<std::string, std::vector<std::string>> headers; member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs649 let headers = self.hpack.hpack_finish()?; in decode_continuation_payload() localVariable
710 let headers = self.hpack.hpack_finish()?; in decode_headers_payload() localVariable
776 let headers = self.hpack.hpack_finish()?; in push_promise_framing() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmulti.rs228 pub fn headers(&self) -> &Headers { in headers() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/
H A Dmulti.rs99 headers: Option<Headers>, field
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs53 let headers = build_headers_frame(conn.id, part, false) in request() localVariable
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java352 private Hashtable<String, String> headers = new Hashtable<String, String>(); field in TestWebServer.Worker
/ohos5.0/base/request/request/frameworks/native/src/
H A Dresponse_message_receiver.cpp157 std::map<std::string, std::vector<std::string>> &headers, char *&parcel, int32_t &size) in ResponseHeaderFromParcel()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp86 const KeyedVector<String8, String8> *headers) { in setDataSource() argument
756 KeyedVector<String8, String8> headers; in android_media_MediaExtractor_setDataSource() local
/aosp14/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1079 @Nullable Map<String, String> headers, @Nullable List<HttpCookie> cookies) in setDataSource() argument
1117 setDataSource(uri.toString(), headers, cookies); in setDataSource() local
1124 setDataSource(uri.toString(), headers, cookies); in setDataSource() local
1143 @Nullable Map<String, String> headers) in setDataSource() argument
1190 public void setDataSource(String path, Map<String, String> headers) in setDataSource() argument
1196 private void setDataSource(String path, Map<String, String> headers, List<HttpCookie> cookies) in setDataSource() argument
/aosp14/frameworks/base/core/java/android/widget/
H A DVideoView.java283 public void setVideoURI(Uri uri, Map<String, String> headers) { in setVideoURI() argument

1234