Home
last modified time | relevance | path

Searched refs:Scheme (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A D_wifi_station_info_v10.md23 | 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.md23 | 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 Dmod.rs80 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 Dproxy.rs20 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 Dpool.rs21 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 Dnormalizer.rs15 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 Dtable.rs246 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 Dencoder.rs131 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 Dconnector.rs81 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 Dpool.rs18 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 Dtable.rs262 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.md20 | uint32_t [psshCount](_drm.md#psshcount) | Number of pieces of Protection Scheme Specific Header (…
H A D_d_r_m___pssh_info.md20 | 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 Dencoder.rs164 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 Dparts.rs53 Header::Scheme => self.pseudo.set_scheme(Some(value)), in update()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dparts.rs55 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 Dhttp1.rs21 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 Dglossary.md11 …AppLinking是基于操作系统基础能力(DeepLink/URL Scheme等技术),为开发者提供的用户增长服务。在目标方本地已安装的场景下,可以直达内容,未安装时,开发者可以定制跳转目标。…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/
H A Dlib.rs31 pub use ylong_http::request::uri::{Scheme, Uri};
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs914 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 DWlanTypes.idl235 /** 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 DWlanTypes.idl235 /** 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 Dmod.rs184 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 DWlanTypes.idl278 /** 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 DWlanTypes.idl278 /** RX Very High Throughput Modulation and Coding Scheme (VHT-MCS) configuration. */
282 /** RX Modulation and Coding Scheme (MCS) index. */

12