Home
last modified time | relevance | path

Searched refs:laneLinkType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_ctrl_lane.c60 …32_t ConvertAuthLinkToLaneLink(AuthLinkTypeList *authLinkType, LanePreferredLinkList *laneLinkType) in ConvertAuthLinkToLaneLink() argument
62 if (authLinkType == NULL || laneLinkType == NULL) { in ConvertAuthLinkToLaneLink()
66 laneLinkType->linkTypeNum = 0; in ConvertAuthLinkToLaneLink()
70 laneLinkType->linkType[laneLinkType->linkTypeNum++] = LANE_WLAN_5G; in ConvertAuthLinkToLaneLink()
71 laneLinkType->linkType[laneLinkType->linkTypeNum++] = LANE_WLAN_2P4G; in ConvertAuthLinkToLaneLink()
74 laneLinkType->linkType[laneLinkType->linkTypeNum++] = LANE_BR; in ConvertAuthLinkToLaneLink()
77 laneLinkType->linkType[laneLinkType->linkTypeNum++] = LANE_BLE; in ConvertAuthLinkToLaneLink()
80 laneLinkType->linkType[laneLinkType->linkTypeNum++] = LANE_P2P; in ConvertAuthLinkToLaneLink()
83 laneLinkType->linkType[laneLinkType->linkTypeNum++] = LANE_HML; in ConvertAuthLinkToLaneLink()
H A Dlnn_lane_link.c414 networkResource->laneLinkType = linkInfo->type; in AddNetworkResourceInner()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Dlnn_event_test.cpp50 .laneLinkType = 26,
92 .laneLinkType = -26,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dtrans_network_statistics.h48 int32_t laneLinkType; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp59 int32_t laneLinkType;
391 channelInfo->laneLinkType = conn->appInfo.linkType; in InstAddSessionConnToRemoteInfo()
411 channelInfo->laneLinkType = conn->linkType; in InstAddTcpChannelInfoToRemoteInfo()
517 channelInfo->laneLinkType = info->info.linkType; in InstAddUdpChannelToRemoteInfo()
614 channelInfo->laneLinkType = info->appInfo.linkType; in SetParamByProxyChannelInfo()
802 (void)AddNumberToJsonObject(channelJson, "laneLinkType", channelInfo->laneLinkType); in InstPackChannelInfo()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dlnn_event_form.h120 int32_t laneLinkType; // LANE_LINK_TYPE member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dlnn_event_converter.h57 LNN_ASSIGNER(Int32, LaneLinkType, laneLinkType)
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c788 static ConnectType ConvertLaneLinkTypeToConnectType(LaneLinkType laneLinkType) in ConvertLaneLinkTypeToConnectType() argument
790 switch (laneLinkType) { in ConvertLaneLinkTypeToConnectType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dlnn_hisysevent_matcher.h85 MatchLnnEventNameTypeExtraInt32Param(params, ++index, extra.laneLinkType);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/
H A Dtrans_network_statistics.c285 if (!AddNumberToJsonObject(json, "lineLinkType", info->resource.laneLinkType) || in PackNetworkStatistics()