Searched refs:supportedProtocols (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_data_cloud_sync.h | 42 uint64_t supportedProtocols; member
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_node_info.c | 509 return info->supportedProtocols; in LnnGetSupportedProtocols() 518 info->supportedProtocols = protocols; in LnnSetSupportedProtocols()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_data_cloud_sync.c | 161 cacheInfo->supportedProtocols = atoll(value); in DBNumInfoSyncToCache() 773 …ifiVersion, cacheInfo->bleVersion, AnonymizeWrapper(anonyAccountId), cacheInfo->supportedProtocols, in PrintSyncNodeInfo() 820 oldInfo->supportedProtocols = newInfo->supportedProtocols; in UpdateDevBasicInfoToCache()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 153 uint64_t supportedProtocols; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test_mock.cpp | 126 .supportedProtocols = TEST_SUP_PROTOCOLS,
|
H A D | auth_session_message_test.cpp | 680 info->supportedProtocols = LNN_PROTOCOL_BR;
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1690 if (!JSON_GetInt64FromOject(json, TRANSPORT_PROTOCOL, (int64_t *)&info->supportedProtocols)) { in UnpackBt() 1691 info->supportedProtocols = LNN_PROTOCOL_BR | LNN_PROTOCOL_BLE; in UnpackBt() 1760 if (!JSON_GetInt64FromOject(json, TRANSPORT_PROTOCOL, (int64_t *)&info->supportedProtocols)) { in UnpackWiFi() 1761 info->supportedProtocols = LNN_PROTOCOL_IP; in UnpackWiFi()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 1482 oldInfo->supportedProtocols = newInfo->supportedProtocols; in UpdateDevBasicInfoToDLedger()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link.c | 1417 .remoteSupporttedProtocol = remoteNodeInfo.supportedProtocols & acceptableProtocols, in LnnLaneSelectProtocol()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avsession-kit/ |
H A D | js-apis-avsession.md | 5267 | supportedProtocols<sup>11+</sup> | number | 否 | 播放设备支持的协议。默认为TYPE_LOCAL。具体取值参考[ProtocolType](#p…
|
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/ |
H A D | js-apis-avsession.md | 5267 | supportedProtocols<sup>11+</sup> | number | No | Protocol supported by the output device. The de…
|