Searched refs:LANE_P2P_REUSE (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_common.c | 103 connInfo->type = LANE_P2P_REUSE; in P2pReuseInfoProc() 105 profile->linkType = LANE_P2P_REUSE; in P2pReuseInfoProc() 175 [LANE_P2P_REUSE] = P2pReuseInfoProc,
|
H A D | lnn_lane_select.c | 151 case LANE_P2P_REUSE: in GetLinkTypeStrng() 173 linkType == LANE_P2P_REUSE || linkType == LANE_HML) && in GetErrCodeOfLink()
|
H A D | lnn_lane_link.c | 614 LANE_BLE_DIRECT, LANE_P2P_REUSE, LANE_COC, LANE_COC_DIRECT, LANE_BLE_REUSE, LANE_HML_RAW }; in LinkTypeCheck() 1345 linkInfo.type = LANE_P2P_REUSE; in LaneLinkOfP2pReuse() 1594 [LANE_P2P_REUSE] = LaneLinkOfP2pReuse,
|
H A D | lnn_lane.c | 554 if (laneLinkInfo.link.type != LANE_P2P && laneLinkInfo.link.type != LANE_P2P_REUSE && in GetMacInfoByLaneId()
|
H A D | lnn_select_rule.c | 408 [LANE_P2P_REUSE] = { true, P2pReuseCapCheck, GetP2pScore },
|
H A D | lnn_trans_lane.c | 1106 [LANE_P2P_REUSE] = P2P_LATENCY,
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_interface.h | 39 LANE_P2P_REUSE, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_static_test.cpp | 196 int32_t linkType = LANE_P2P_REUSE;
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 155 …} else if ((transType == LANE_T_MSG) && (type != LANE_P2P) && (type != LANE_P2P_REUSE) && (type !=… in TransGetChannelType() 175 } else if (connInfo->type == LANE_P2P_REUSE) { in FillAppInfo()
|
H A D | trans_lane_pending_ctl.c | 867 LANE_P2P_REUSE, 1578 } else if (info->type == LANE_P2P_REUSE) { in TransGetConnectOptByConnInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 1227 info.type = LANE_P2P_REUSE; 1401 selectParam.list.linkType[2] = LANE_P2P_REUSE; 1718 request->linkType = LANE_P2P_REUSE; 2744 ret = GetErrCodeOfLink("networkId", LANE_P2P_REUSE); 2755 ret = GetErrCodeOfLink("networkId", LANE_P2P_REUSE); 3141 linkInfo.type = LANE_P2P_REUSE; 3420 LaneLinkType linkType = LANE_P2P_REUSE; 3440 LaneLinkType linkType = LANE_P2P_REUSE; 3460 LaneLinkType linkType = LANE_P2P_REUSE;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_common_test.cpp | 181 type = LANE_P2P_REUSE; 268 connInfo.type = LANE_P2P_REUSE;
|
H A D | trans_lane_test.cpp | 660 info.type = LANE_P2P_REUSE;
|
H A D | trans_lane_pending_test.cpp | 359 info.type = LANE_P2P_REUSE;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/ |
H A D | trans_lane_manager_test.cpp | 437 ret = ConvertLaneLinkTypeToConnectType(LANE_P2P_REUSE);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 906 if (linkType == LANE_HML || linkType == LANE_P2P_REUSE) { in UdpOpenAuthConn() 910 if (ret != SOFTBUS_OK && (linkType == LANE_P2P || linkType == LANE_P2P_REUSE)) { in UdpOpenAuthConn()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_lane_manager.c | 802 case LANE_P2P_REUSE: in ConvertLaneLinkTypeToConnectType()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 205 if (linkType == LANE_P2P || linkType == LANE_P2P_REUSE || connectType == CONNECT_P2P || in InstGetIpFromLinkTypeOrConnectType()
|