Home
last modified time | relevance | path

Searched defs:protocols (Results 1 – 7 of 7) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
Dnetwork_config.h27 std::vector<ProtocolConfig> protocols; variable
/foundation/distributeddatamgr/datamgr_service/conf/
Dconfig.json58 "protocols": [ array
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_sdp_client.cpp287 bool HfpAgSdpClient::FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_… in FindProtocolRfcomm()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_sdp_client.cpp287 bool HfpHfSdpClient::FindProtocolRfcomm(const std::vector<SdpProtocolDescriptor> &protocols, uint8_… in FindProtocolRfcomm()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
Dlnn_node_info.c401 NO_SANITIZE("cfi") int32_t LnnSetSupportedProtocols(NodeInfo *info, uint64_t protocols) in LnnSetSupportedProtocols()
/foundation/communication/netstack/interfaces/kits/js/
D@ohos.net.socket.d.ts587 protocols?: Protocol | Array<Protocol>; property
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
Dlnn_local_net_ledger.c892 uint64_t *protocols = (uint64_t *)transProtos; in LlUpdateSupportedProtocols() local