/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/ |
H A D | network_config.cpp | 24 SetValue(node[GET_NAME(protocols)], protocols); in Marshal() 33 GetValue(node, GET_NAME(protocols), protocols); in Unmarshal()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | config_factory_test.cpp | 109 ASSERT_EQ(networks->protocols[0].name, "OHOS softbus"); 110 ASSERT_EQ(networks->protocols[0].address, "ohos.distributeddata"); 111 ASSERT_EQ(networks->protocols[0].transport, "softbus");
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | ctx.rs | 236 pub(crate) fn set_alpn_protos(&mut self, protocols: &[u8]) -> Result<(), ErrorStack> { in set_alpn_protos() 237 assert!(protocols.len() <= c_uint::max_value() as usize); in set_alpn_protos() 240 match unsafe { SSL_CTX_set_alpn_protos(ptr, protocols.as_ptr(), protocols.len() as c_uint) } in set_alpn_protos()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_sdp_client.cpp | 279 bool HfpAgSdpClient::FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_… in FindProtocolRfcomm() argument 282 while (num < protocols.size()) { in FindProtocolRfcomm() 283 if ((protocols[num].protocolUuid.uuid16 == UUID_PROTOCOL_RFCOMM) && in FindProtocolRfcomm() 284 (protocols[num].parameter[0].type == SDP_TYPE_UINT_8)) { in FindProtocolRfcomm() 285 scn = static_cast<uint8_t>(protocols[num].parameter[0].value); in FindProtocolRfcomm()
|
H A D | hfp_ag_sdp_client.h | 150 … static bool FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_t &scn);
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | net-netfirewall.md | 22 2. Restricting network communication to specific IP addresses, protocols, and ports 23 3. Restricting network communication of specific applications to specific IP addresses, protocols, … 26 …nction is applicable to standard unencrypted DNS protocols, but not encrypted and private DNS prot… 27 …nction is applicable to standard unencrypted DNS protocols, but not encrypted and private DNS prot…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_client.cpp | 287 bool HfpHfSdpClient::FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_… in FindProtocolRfcomm() argument 290 while (num < protocols.size()) { in FindProtocolRfcomm() 291 if ((protocols[num].protocolUuid.uuid16 == UUID_PROTOCOL_RFCOMM) && in FindProtocolRfcomm() 292 (protocols[num].parameter[0].type == SDP_TYPE_UINT_8)) { in FindProtocolRfcomm() 293 scn = static_cast<uint8_t>(protocols[num].parameter[0].value); in FindProtocolRfcomm()
|
H A D | hfp_hf_sdp_client.h | 152 … static bool FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_t &scn);
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-security-design-guide.md | 7 …ll system management interfaces unless otherwise specified by standards protocols must be provided… 42 MD5, DES, 3DES (Do not use 3DES in TLS/SSH, and ensure K1≠K2≠K3 in non-cryptographic protocols), HM… 44 …parity check and CRC, to perform integrity check, unless otherwise specified in standard protocols. 85 3-11 In SSL and TLS protocols, if DH or ECDH algorithm is used for key exchange, use the cipher sui… 87 3-12 Do not use truncated message authentication codes (MACs) in cryptographic protocols. 89 …protocols (such as TLS, SSH, and IKE), MACs are usually used to verify the integrity of messages. … 117 … key algorithms, or weak message authentication algorithm cipher suites in cryptographic protocols. 178 5-4 Use appropriate security protocols, and disable insecure protocols by default. 182 The following are examples of security protocols: 188 The following are examples of insecure protocols:
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/ |
H A D | network_config.h | 27 std::vector<ProtocolConfig> protocols; variable
|
/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/ |
H A D | websocket_client.cpp | 315 static struct lws_protocols protocols[] = {{"lws-minimal-client1", LwsCallback, 0, 0, 0, NULL, 0}, variable 322 info.protocols = protocols; in FillContextInfo()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-socket.md | 6103 protocols: socket.Protocol.TLSv12, 6209 protocols: socket.Protocol.TLSv12, 7039 protocols: socket.Protocol.TLSv12, 7110 protocols: socket.Protocol.TLSv12, 7169 protocols: socket.Protocol.TLSv12, 7233 protocols: socket.Protocol.TLSv12, 7297 protocols: socket.Protocol.TLSv12, 7384 protocols: socket.Protocol.TLSv12, 7465 protocols: socket.Protocol.TLSv12, 7533 protocols: socket.Protocol.TLSv12, [all …]
|
/ohos5.0/docs/en/application-dev/basic-services/update/ |
H A D | sample-server-overview.md | 17 …es provided by the UpdateService. It depends on the server that supports the TCP and SSL protocols.
|
/ohos5.0/docs/en/device-dev/ |
H A D | dev-board-on-the-master.md | 34 …rds, such as BLE, BLE Mesh, Zigbee 3.0, Thread, and 2.4 GHz proprietary protocols.|Connection modu… 35 …ual-mode Bluetooth and supports standard 802.11 a/b/g/n protocols and Bluetooth/BLE 5.0 protocols.… 36 …/g/n protocols and has a complete built-in TCP/IP protocol stack. Its built-in Bluetooth baseband …
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-overview.md | 31 … user mode, the extended functions, such as the file system and network protocols, of the lightwei… 37 - Extended components include file systems, network protocols, permission management, and more. 68 The LiteOS-A network protocols are constructed based on the open-source lightweight IP \(lwIP\), op…
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | adapter.rs | 264 pub(crate) fn alpn_protos(mut self, protocols: &[u8]) -> Self { in alpn_protos() 267 .and_then(|mut builder| builder.set_alpn_protos(protocols).map(|_| builder)); in alpn_protos()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_node_info.c | 512 int32_t LnnSetSupportedProtocols(NodeInfo *info, uint64_t protocols) in LnnSetSupportedProtocols() argument 518 info->supportedProtocols = protocols; in LnnSetSupportedProtocols()
|
/ohos5.0/drivers/interface/nfc/v1_1/ |
H A D | NfcTypes.idl | 82 /** Default route for unconfigured protocols and technology. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/foo/nfc/v1_1/ |
H A D | NfcTypes.idl | 82 /** Default route for unconfigured protocols and technology. */
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 247 int32_t LnnSetSupportedProtocols(NodeInfo *info, uint64_t protocols);
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-overview.md | 13 … and 32-bit RISC-V| 128 KiB | Provides a variety of lightweight network protocols, a lightweight g…
|
/ohos5.0/docs/zh-cn/application-dev/network/ |
H A D | socket-connection.md | 559 tlsSecureOption.protocols = [socket.Protocol.TLSv12]; 749 tlsSecureOption.protocols = [socket.Protocol.TLSv12]; 816 protocols: socket.Protocol.TLSv12,
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/ |
H A D | @ohos.net.socket.d.ts | 2313 protocols?: Protocol | Array<Protocol>;
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-socket.md | 6103 protocols: socket.Protocol.TLSv12, 6209 protocols: socket.Protocol.TLSv12, 7039 protocols: socket.Protocol.TLSv12, 7110 protocols: socket.Protocol.TLSv12, 7169 protocols: socket.Protocol.TLSv12, 7233 protocols: socket.Protocol.TLSv12, 7297 protocols: socket.Protocol.TLSv12, 7384 protocols: socket.Protocol.TLSv12, 7465 protocols: socket.Protocol.TLSv12, 7533 protocols: socket.Protocol.TLSv12, [all …]
|
/ohos5.0/foundation/communication/netstack/ |
H A D | README_zh.md | 340 | protocols | [Protocol](#protocol) \| Array\<[Protocol](#protocol)>;| 协议名。 | 414 protocols: [Protocol.TLSv12],
|