Home
last modified time | relevance | path

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 Dlnn_lane_common.c103 connInfo->type = LANE_P2P_REUSE; in P2pReuseInfoProc()
105 profile->linkType = LANE_P2P_REUSE; in P2pReuseInfoProc()
175 [LANE_P2P_REUSE] = P2pReuseInfoProc,
H A Dlnn_lane_select.c151 case LANE_P2P_REUSE: in GetLinkTypeStrng()
173 linkType == LANE_P2P_REUSE || linkType == LANE_HML) && in GetErrCodeOfLink()
H A Dlnn_lane_link.c614 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 Dlnn_lane.c554 if (laneLinkInfo.link.type != LANE_P2P && laneLinkInfo.link.type != LANE_P2P_REUSE && in GetMacInfoByLaneId()
H A Dlnn_select_rule.c408 [LANE_P2P_REUSE] = { true, P2pReuseCapCheck, GetP2pScore },
H A Dlnn_trans_lane.c1106 [LANE_P2P_REUSE] = P2P_LATENCY,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h39 LANE_P2P_REUSE, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_static_test.cpp196 int32_t linkType = LANE_P2P_REUSE;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c155 …} 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 Dtrans_lane_pending_ctl.c867 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 Dlnn_lane_test.cpp1227 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 Dtrans_lane_common_test.cpp181 type = LANE_P2P_REUSE;
268 connInfo.type = LANE_P2P_REUSE;
H A Dtrans_lane_test.cpp660 info.type = LANE_P2P_REUSE;
H A Dtrans_lane_pending_test.cpp359 info.type = LANE_P2P_REUSE;
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp437 ret = ConvertLaneLinkTypeToConnectType(LANE_P2P_REUSE);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c906 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 Dtrans_lane_manager.c802 case LANE_P2P_REUSE: in ConvertLaneLinkTypeToConnectType()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp205 if (linkType == LANE_P2P || linkType == LANE_P2P_REUSE || connectType == CONNECT_P2P || in InstGetIpFromLinkTypeOrConnectType()