/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/ |
H A D | _wifi_station_info_v10.md | 23 | unsigned char [rxVhtmcs](#rxvhtmcs) | 接收VHT-MCS(Very High Throughput Modulation and Coding Scheme… 24 | unsigned char [txVhtmcs](#txvhtmcs) | 发送VHT-MCS(Very High Throughput Modulation and Coding Scheme… 25 | unsigned char [rxMcs](#rxmcs) | 接收MCS(Modulation and Coding Scheme)索引。 | 26 | unsigned char [txMcs](#txmcs) | 发送MCS(Modulation and Coding Scheme)索引。 | 51 接收MCS(Modulation and Coding Scheme)索引。 71 接收VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 91 发送MCS(Modulation and Coding Scheme)索引。 111 发送VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。
|
H A D | _wifi_station_info_v11.md | 23 | unsigned char [rxVhtmcs](#rxvhtmcs) | 接收VHT-MCS(Very High Throughput Modulation and Coding Scheme… 24 | unsigned char [txVhtmcs](#txvhtmcs) | 发送VHT-MCS(Very High Throughput Modulation and Coding Scheme… 25 | unsigned char [rxMcs](#rxmcs) | 接收MCS(Modulation and Coding Scheme)索引。 | 26 | unsigned char [txMcs](#txmcs) | 发送MCS(Modulation and Coding Scheme)索引。 | 51 接收MCS(Modulation and Coding Scheme)索引。 71 接收VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。 91 发送MCS(Modulation and Coding Scheme)索引。 111 发送VHT-MCS(Very High Throughput Modulation and Coding Scheme)配置。
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
H A D | mod.rs | 80 scheme: Option<Scheme>, 295 Option<Scheme>, in into_parts() argument 313 scheme: Option<Scheme>, in from_raw_parts() argument 416 Scheme: TryFrom<T>, in scheme() 536 pub struct Scheme { struct 540 impl Scheme { impl 542 pub const HTTP: Scheme = Scheme { 547 pub const HTTPS: Scheme = Scheme { 601 Scheme::HTTP => 80, in default_port() 607 impl From<Protocol> for Scheme { implementation [all …]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | proxy.rs | 20 use ylong_http::request::uri::{Authority, Scheme, Uri}; 123 Intercept::Http(_) => !no_proxy && *uri.scheme().unwrap() == Scheme::HTTP, in is_intercepted() 124 Intercept::Https(_) => !no_proxy && *uri.scheme().unwrap() == Scheme::HTTPS, in is_intercepted() 149 pub(crate) scheme: Scheme, 177 pub(crate) fn scheme(&self) -> &Scheme { in scheme() argument 267 use ylong_http::request::uri::{Scheme, Uri}; 302 assert_eq!(info.scheme, Scheme::HTTP); in ut_proxies() 309 assert_eq!(info.scheme, Scheme::HTTP); in ut_proxies() 321 assert_eq!(info.scheme, Scheme::HTTP); in ut_proxies()
|
H A D | pool.rs | 21 use ylong_http::request::uri::{Authority, Scheme}; 49 pub(crate) struct PoolKey(Scheme, Authority); 52 pub(crate) fn new(scheme: Scheme, authority: Authority) -> Self { in new() argument
|
H A D | normalizer.rs | 15 use ylong_http::request::uri::{Scheme, Uri}; 72 let mut scheme = Scheme::HTTPS; in format() 75 let mut scheme = Scheme::HTTP; in format() 87 Scheme::HTTPS => port = 443, in format() 88 Scheme::HTTP => port = 80, in format() 194 == uri.scheme().unwrap_or(&Scheme::HTTP).default_port() in format_host_value()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | table.rs | 246 6..=7 => Some(Header::Scheme), in header_name() 306 6 => Some((Header::Scheme, String::from("http"))), in header() 307 7 => Some((Header::Scheme, String::from("https"))), in header() 334 (Header::Scheme, "http") => Some(TableIndex::Header(6)), in index() 335 (Header::Scheme, "https") => Some(TableIndex::Header(7)), in index() 336 (Header::Scheme, _) => Some(TableIndex::HeaderName(6)), in index() 410 Scheme, enumerator 425 Header::Scheme => 7, in len() 437 Header::Scheme => String::from(":scheme"), in into_string()
|
H A D | encoder.rs | 131 Header::Scheme, in ut_hpack_encoder() 147 Header::Scheme, in ut_hpack_encoder() 165 Header::Scheme, in ut_hpack_encoder()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | connector.rs | 81 use ylong_http::request::uri::{Scheme, Uri}; 115 Scheme::HTTP => { in connect() 120 Scheme::HTTPS => { in connect()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | pool.rs | 18 use ylong_http::request::uri::Scheme; 146 *scheme == Scheme::HTTPS in conn_h2() 172 Scheme::HTTPS => { in conn_negotiate() 202 Scheme::HTTP => self.conn_h1(connector, url).await, in conn_negotiate()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | table.rs | 262 22..=23 => Some(Field::Scheme), in field_name() 322 22 => Some((Field::Scheme, String::from("http"))), in field() 323 23 => Some((Field::Scheme, String::from("https"))), in field() 552 (Field::Scheme, "http") => Some(TableIndex::Field(22)), in index() 553 (Field::Scheme, "https") => Some(TableIndex::Field(23)), in index() 554 (Field::Scheme, _) => Some(TableIndex::FieldName(22)), in index() 694 Scheme, enumerator 705 Field::Scheme => 7, // 7 is the length of "scheme". in len() 716 Field::Scheme => String::from(":scheme"), in into_string()
|
/ohos5.0/docs/en/application-dev/reference/apis-drm-kit/ |
H A D | _d_r_m___media_key_system_info.md | 20 | uint32_t [psshCount](_drm.md#psshcount) | Number of pieces of Protection Scheme Specific Header (…
|
H A D | _d_r_m___pssh_info.md | 20 | uint8_t [uuid](_drm.md#uuid) [[DRM_UUID_LEN](_drm.md#drm_uuid_len)] | Protection Scheme Specific …
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
H A D | encoder.rs | 164 Scheme, enumerator 190 None => self.next_type = PartsIterDirection::Scheme, in next() 192 PartsIterDirection::Scheme => match self.pseudo.take_scheme() { in next() 193 Some(value) => return Some((Header::Scheme, value)), in next()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | parts.rs | 53 Header::Scheme => self.pseudo.set_scheme(Some(value)), in update()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | parts.rs | 55 Field::Scheme => self.pseudo.set_scheme(Some(value)), in update()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http1.rs | 21 use ylong_http::request::uri::Scheme; 146 if conn.raw_mut().is_proxy() && request.uri().scheme() == Some(&Scheme::HTTP) { in encode_request_part()
|
/ohos5.0/docs/zh-cn/ |
H A D | glossary.md | 11 …AppLinking是基于操作系统基础能力(DeepLink/URL Scheme等技术),为开发者提供的用户增长服务。在目标方本地已安装的场景下,可以直达内容,未安装时,开发者可以定制跳转目标。…
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/ |
H A D | lib.rs | 31 pub use ylong_http::request::uri::{Scheme, Uri};
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | encoder.rs | 914 Scheme, enumerator 940 None => self.next_type = PartsIterDirection::Scheme, in next() 942 PartsIterDirection::Scheme => match self.pseudo.take_scheme() { in next() 943 Some(value) => return Some((Field::Scheme, value)), in next()
|
/ohos5.0/drivers/interface/wlan/v1_0/ |
H A D | WlanTypes.idl | 235 /** RX Very High Throughput Modulation and Coding Scheme (VHT-MCS) configuration. */ 239 /** RX Modulation and Coding Scheme (MCS) index. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/ |
H A D | WlanTypes.idl | 235 /** RX Very High Throughput Modulation and Coding Scheme (VHT-MCS) configuration. */ 239 /** RX Modulation and Coding Scheme (MCS) index. */
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
H A D | mod.rs | 184 use ylong_http::request::uri::{Scheme, Uri}; 221 Scheme::HTTP => Box::pin(async move { in connect() 246 Scheme::HTTPS => { in connect()
|
/ohos5.0/drivers/interface/wlan/v1_1/ |
H A D | WlanTypes.idl | 278 /** RX Very High Throughput Modulation and Coding Scheme (VHT-MCS) configuration. */ 282 /** RX Modulation and Coding Scheme (MCS) index. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/foo/wlan/v1_1/ |
H A D | WlanTypes.idl | 278 /** RX Very High Throughput Modulation and Coding Scheme (VHT-MCS) configuration. */ 282 /** RX Modulation and Coding Scheme (MCS) index. */
|