Home
last modified time | relevance | path

Searched refs:expectedBw (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c331 static int32_t GetBrScore(const char *networkId, uint32_t expectedBw) in GetBrScore() argument
334 (void)expectedBw; in GetBrScore()
338 static int32_t GetBleScore(const char *networkId, uint32_t expectedBw) in GetBleScore() argument
341 (void)expectedBw; in GetBleScore()
345 static int32_t GetP2pScore(const char *networkId, uint32_t expectedBw) in GetP2pScore() argument
348 (void)expectedBw; in GetP2pScore()
352 static int32_t GetHmlScore(const char *networkId, uint32_t expectedBw) in GetHmlScore() argument
355 (void)expectedBw; in GetHmlScore()
382 (void)expectedBw; in GetWlan2P4GScore()
389 (void)expectedBw; in GetWlan5GScore()
[all …]
H A Dlnn_lane_select.c257 static int32_t GetListScore(const char *networkId, uint32_t expectedBw, const LaneLinkType *resList, in GetListScore() argument
266 resListScore[resList[i]] = linkAttr->getLinkScore(networkId, expectedBw); in GetListScore()
285 if (GetListScore(networkId, request->expectedBw, resList, resListScore, resNum) != SOFTBUS_OK) { in AdjustLanePriority()
H A Dlnn_trans_lane.c722 selectParam.expectedBw = transRequest->expectedBw; in Alloc()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_select_rule.h40 int32_t (*getLinkScore)(const char *networkId, uint32_t expectedBw);
H A Dlnn_lane_select.h32 uint32_t expectedBw; member
H A Dlnn_lane_interface.h210 uint32_t expectedBw; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp265 selectParam.expectedBw = 0;
305 selectParam.expectedBw = 0;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c414 option.requestInfo.trans.expectedBw = 0; in TransGetConnectOption()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp1314 selectParam.expectedBw = 0;
1358 selectParam.expectedBw = 0;
1397 selectParam.expectedBw = 0;
3208 requestOption.requestInfo.trans.expectedBw = 0;
3324 selectParam.expectedBw = 0;
3363 selectParam.expectedBw = 0;
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_test.cpp481 .expectedBw = 1,
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1095 requestOption->requestInfo.trans.expectedBw = 0; /* init expectBW */ in GetRequestOptionBySessionParam()