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 D | lnn_select_rule.c | 331 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 D | lnn_lane_select.c | 257 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 D | lnn_trans_lane.c | 722 selectParam.expectedBw = transRequest->expectedBw; in Alloc()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_select_rule.h | 40 int32_t (*getLinkScore)(const char *networkId, uint32_t expectedBw);
|
H A D | lnn_lane_select.h | 32 uint32_t expectedBw; member
|
H A D | lnn_lane_interface.h | 210 uint32_t expectedBw; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | lane_test.cpp | 265 selectParam.expectedBw = 0; 305 selectParam.expectedBw = 0;
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_listener.c | 414 option.requestInfo.trans.expectedBw = 0; in TransGetConnectOption()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 1314 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 D | trans_lane_test.cpp | 481 .expectedBw = 1,
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1095 requestOption->requestInfo.trans.expectedBw = 0; /* init expectBW */ in GetRequestOptionBySessionParam()
|