Home
last modified time | relevance | path

Searched refs:LANE_BR (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_select.c46 linkList[(*listNum)++] = LANE_BR; in GetFileDefaultLink()
62 linkList[(*listNum)++] = LANE_BR; in GetMsgDefaultLink()
71 linkList[(*listNum)++] = LANE_BR; in GetBytesDefaultLink()
137 case LANE_BR: in GetLinkTypeStrng()
177 …if ((linkType == LANE_BR || linkType == LANE_BLE || linkType == LANE_BLE_DIRECT || linkType == LAN… in GetErrCodeOfLink()
194 bool isBt = (preferredList[i] == LANE_BR || preferredList[i] == LANE_BLE || in SelectByPreferredLink()
400 optionalLink[optLinkNum++] = LANE_BR; in SelectMeshLinks()
455 optionalLink[optLinkNum++] = LANE_BR; in SelectDbLinks()
H A Dlnn_lane_query.c46 linkList[(*listNum)++] = LANE_BR; in GetFileLaneLink()
66 linkList[(*listNum)++] = LANE_BR; in GetMsgLaneLink()
78 linkList[(*listNum)++] = LANE_BR; in GetBytesLaneLink()
266 [LANE_BR] = {true, BrLinkState},
H A Dlnn_lane_common.c35 connInfo->type = LANE_BR; in BrInfoProc()
40 profile->linkType = LANE_BR; in BrInfoProc()
169 [LANE_BR] = BrInfoProc,
H A Dlnn_select_rule.c401 [LANE_BR] = {true, BrCapCheck, GetBrScore },
436 [LOW_BAND_WIDTH] = {LANE_WLAN_5G, LANE_WLAN_2P4G, LANE_HML, LANE_BR, LANE_P2P,
464 bool isBt = (linkType == LANE_BR || linkType == LANE_BLE || linkType == LANE_BLE_DIRECT || in CheckLaneValid()
H A Dlnn_lane_link.c129 case LANE_BR: in IsValidLinkAddr()
402 if (linkInfo->type != LANE_BR && linkInfo->type != LANE_BLE && linkInfo->type != LANE_P2P && in AddNetworkResourceInner()
613 …LaneLinkType supportList[] = { LANE_P2P, LANE_HML, LANE_WLAN_2P4G, LANE_WLAN_5G, LANE_BR, LANE_BLE, in LinkTypeCheck()
989 linkInfo.type = LANE_BR; in LaneLinkOfBr()
1588 [LANE_BR] = LaneLinkOfBr,
H A Dlnn_ctrl_lane.c74 laneLinkType->linkType[laneLinkType->linkTypeNum++] = LANE_BR; in ConvertAuthLinkToLaneLink()
H A Dlnn_trans_lane.c590 optionalLink[linkNum++] = LANE_BR; in SpecifiedLinkConvert()
1100 [LANE_BR] = BR_LATENCY,
1925 return laneLinkInfo.link.type == LANE_BR; in NeedToNotify()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp154 EXPECT_TRUE(linkInfo->type == LANE_BR); in NotifyBrLinkSuccess()
167 case LANE_BR: in GetLinkType()
308 selectParam.list.linkType[1] = LANE_BR;
370 reqInfo.linkType = LANE_BR;
432 linkInfo.type = LANE_BR;
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp78 transDumpLaneLinkType = ConvertLaneLinkTypeToDumper(LANE_BR);
374 connInfo->type = LANE_BR;
386 connInfo->type = LANE_BR;
429 ConnectType ret = ConvertLaneLinkTypeToConnectType(LANE_BR);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c55 case LANE_BR: in GetAuthConn()
336 laneConnInfo->type == LANE_BR && TryGetBrConnInfo(uuid, &authConnInfo) != SOFTBUS_OK) { in AuthOnLaneAllocSuccess()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h33 LANE_BR = 0x0, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_test.cpp385 EXPECT_EQ(ret, LANE_BR);
656 info.type = LANE_BR;
H A Dtrans_lane_pending_test.cpp350 info.type = LANE_BR;
770 extra.linkType = LANE_BR;
806 connInfo.type = LANE_BR;
H A Dtrans_lane_common_test.cpp140 int32_t type = LANE_BR;
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp1002 int32_t ret = GetAuthConn(uuid, LANE_BR, nullptr);
1005 ret = GetAuthConn(nullptr, LANE_BR, connInfo);
1009 ret = GetAuthConn(uuid, LANE_BR, connInfo);
H A Dauth_lane_test.cpp474 laneConnInfo.type = LANE_BR;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c61 case LANE_BR: in ConvertLaneLinkTypeToDumper()
791 case LANE_BR: in ConvertLaneLinkTypeToConnectType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp264 EXPECT_EQ(info->type, LANE_BR); in OnLaneAllocSuccessForBr()
1143 info.type = LANE_BR;
1363 selectParam.list.linkType[3] = LANE_BR;
1442 request.list.linkType[(request.list.linkTypeNum)++] = LANE_BR;
1476 request.list.linkType[(request.list.linkTypeNum)++] = LANE_BR;
2522 request.linkType[2] = LANE_BR;
2760 EXPECT_EQ(GetErrCodeOfLink("networkId", LANE_BR), SOFTBUS_LANE_BT_OFF);
2767 EXPECT_EQ(GetErrCodeOfLink("networkId", LANE_BR), SOFTBUS_LANE_LOCAL_NO_BR_CAP);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp288 channel->linkType = LANE_BR;
321 channel->linkType = LANE_BR;
1922 channel1->linkType = LANE_BR;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c865 LANE_BR,
959 LANE_BR, in ModuleLaneAdapter()
1574 } else if (info->type == LANE_BR) { in TransGetConnectOptByConnInfo()
H A Dtrans_channel_common.c150 …if (type == LANE_BR || type == LANE_BLE || type == LANE_BLE_DIRECT || type == LANE_COC || type == … in TransGetChannelType()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c892 if (linkType == LANE_BR) { in GetSendListenerInfoByChannelId()
1892 *packetSize = linkType == LANE_BR ? PROXY_BR_MAX_PACKET_SIZE : PROXY_BLE_MAX_PACKET_SIZE; in CheckFrameLength()