Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 25 of 71) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/
H A Dnetwork_config.cpp24 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 Dconfig_factory_test.cpp109 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 Dctx.rs236 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 Dhfp_ag_sdp_client.cpp279 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 Dhfp_ag_sdp_client.h150 … static bool FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_t &scn);
/ohos5.0/docs/en/application-dev/network/
H A Dnet-netfirewall.md22 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 Dhfp_hf_sdp_client.cpp287 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 Dhfp_hf_sdp_client.h152 … static bool FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_t &scn);
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-security-design-guide.md7 …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.
89protocols (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 Dnetwork_config.h27 std::vector<ProtocolConfig> protocols; variable
/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp315 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 Djs-apis-socket.md6103 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 Dsample-server-overview.md17 …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 Ddev-board-on-the-master.md34 …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 Dkernel-small-overview.md31 … 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 Dadapter.rs264 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 Dlnn_node_info.c512 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 DNfcTypes.idl82 /** 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 DNfcTypes.idl82 /** Default route for unconfigured protocols and technology. */
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h247 int32_t LnnSetSupportedProtocols(NodeInfo *info, uint64_t protocols);
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-overview.md13 … 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 Dsocket-connection.md559 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.ts2313 protocols?: Protocol | Array<Protocol>;
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-socket.md6103 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 DREADME_zh.md340 | protocols | [Protocol](#protocol) \| Array\<[Protocol](#protocol)>;| 协议名。 |
414 protocols: [Protocol.TLSv12],

123