/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/ |
H A D | sdv_async_https_c_ssl.rs | 37 HTTPS; in sdv_async_client_send_request() 57 HTTPS; in sdv_async_client_send_request() 76 HTTPS; in sdv_async_client_send_request() 96 HTTPS; in sdv_async_client_send_request() 114 HTTPS; in sdv_async_client_send_request() 140 HTTPS; in sdv_client_send_request_repeatedly() 178 HTTPS; in sdv_client_making_multiple_connections()
|
H A D | sdv_async_https_pinning.rs | 42 define_service_handle!(HTTPS;); in sdv_client_public_key_pinning() 66 HTTPS; in sdv_client_public_key_pinning() 114 HTTPS; in sdv_client_public_key_pinning() 163 HTTPS; in sdv_client_public_key_pinning() 223 define_service_handle!(HTTPS;); in sdv_client_public_key_pinning_error() 244 HTTPS; in sdv_client_public_key_pinning_error()
|
H A D | sdv_sync_https_c_ssl.rs | 38 HTTPS; in sdv_synchronized_client_send_request() 63 HTTPS; in sdv_synchronized_client_send_request_repeatedly()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/ |
H A D | async_utils.rs | 17 HTTPS; 39 define_service_handle!(HTTPS;); 69 HTTPS; 78 HTTPS; 200 HTTPS;
|
H A D | sync_utils.rs | 17 HTTPS; 38 define_service_handle!(HTTPS;); 68 HTTPS; 77 HTTPS; 198 HTTPS;
|
H A D | mod.rs | 42 HTTPS; 53 HTTPS; 63 HTTPS; 161 HTTPS;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | js-apis-netErrorList.md | 88 |ERR_PROXY_CERTIFICATE_INVALID | -136 | HTTPS 代理提供的证书无效。 | 92 |ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT | -140 | 通过HTTPS代理创建SSL隧道连接的请求收到302(响应正文可能包括请求失败原因的描述)。| 261 |ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED | -808 | 未能解析DNS-over-HTTPS服务器的主机名。| 264 |ERR_DNS_NO_MATCHING_SUPPORTED_ALPN | -811 | HTTPS记录的主机名解析预期未能使用受支持协议的ALPN值进行解析。|
|
/ohos5.0/base/request/request/ |
H A D | README_ZH.md | 68 - request服务不提供完整的HTTP/HTTPS SDK接口,只是HTTP/HTTPS SDK 的用户,如需此接口推荐使用[NetStack](https://gitee.com/open…
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-cross-origin.md | 11 For the **Web** component to load local resources across origins, use HTTP or HTTPS, instead of fil… 13 …t.js** will fail due to cross-origin blocking. To resolve this issue, the HTTPS protocol is used i… 39 …// For the local index.html file, use HTTP or HTTPS in place of file or resource as the protocol a…
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | app-linking-startup.md | 5 使用App Linking进行跳转时,系统会根据接口传入的uri信息(HTTPS链接)将用户引导至目标应用中的特定内容,无论应用是否已安装,用户都可以访问到链接对应的内容,整个跳转体验相比[Deep… 18 * App Linking要求对于同一HTTPS网址,有应用和网页两种内容的呈现方式。当应用安装时则优先打开应用去呈现内容;当应用未安装时,则打开浏览器呈现Web版的内容。
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/ |
H A D | verify_task.cpp | 33 const std::string HTTPS = "https"; variable 34 const std::set<std::string> SCHEME_WHITE_SET = { HTTPS };
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/ |
H A D | README.en.md | 24 … API of AppDomainNameVerify to obtain the asset configuration file of all HTTPS domain names decla… 27 …n, BundleManagerService passes in the want (implicit redirection, with an HTTPS URI) and abilities… 76 … the ability of the application that passes the verification based on the HTTPS domain name in the…
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | avcodec-kit-intro.md | 22 - 流媒体:可以边下载,边播放的媒体传输形式,下载协议如HTTP/HTTPS、HLS协议。
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | pool.rs | 146 *scheme == Scheme::HTTPS in conn_h2() 172 Scheme::HTTPS => { in conn_negotiate()
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/core/ |
H A D | app_domain_verify_mgr_service.cpp | 29 const std::string HTTPS = "https"; variable 30 const std::set<std::string> SCHEME_WHITE_SET = { HTTPS };
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | normalizer.rs | 72 let mut scheme = Scheme::HTTPS; in format() 87 Scheme::HTTPS => port = 443, in format()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_tags.h | 198 HTTPS, ///< Https protocol, uri prefix: "https://" enumerator
|
/ohos5.0/commonlibrary/rust/ylong_http/ |
H A D | README_zh.md | 51 - `OpenSSL_adapter`:HTTPS 需要在 HTTP 的基础上使用 TLS 能力,在 OpenHarmony 上使用的是 OpenSSL,所以需要对 OpenSSL 的接口进行 Ru…
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | media_types.h | 174 HTTPS, ///< Https protocol, uri prefix: "https://" enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-web.md | 22 …age to be displayed. The domain name of the website must compile with the HTTPS protocol and have …
|
/ohos5.0/docs/zh-cn/application-dev/faqs/ |
H A D | faqs-arkui-web.md | 425 …mixedMode(mixedMode: MixedMode)接口,设置是否允许加载超文本传输协议(HTTP)和超文本传输安全协议(HTTPS)混合内容,默认不允许加载HTTP和HTTPS混合内容。
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | 网络管理子系统.md | 12 - 网络协议栈部件:主要功能是提供基础的网络协议栈和对应的JS API,包括HTTP、HTTPS、WebSocket、TCP/UDP/TLS Socket等基础网络协议栈能力。
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | connector.rs | 120 Scheme::HTTPS => { in connect()
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-sourcecode.md | 76 Method 2: Use the **repo** tool to download the source code over HTTPS.
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-skill.md | 34 | scheme | string | Yes | No | Scheme of the URI, such as HTTP, HTTPS, file, and FTP. …
|