Home
last modified time | relevance | path

Searched refs:minLaneLatency (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c492 uint32_t minLaneLatency = request->qosRequire.minLaneLatency; in DecideOptimalLinks() local
493 if (minLaneLatency == 0) { in DecideOptimalLinks()
499 …optimal link, bandWidthType=%{public}d, minLaneLatency=%{public}d", bandWidthType, minLaneLatency); in DecideOptimalLinks()
H A Dlnn_lane.c320 allocInfo->qosRequire.minLaneLatency); in LnnAllocLane()
368 allocInfo->qosRequire.minLaneLatency); in LnnReAllocLane()
H A Dlnn_lane_select.c517 request->qosRequire.minLaneLatency == 0) { in SelectExpectLanesByQos()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp286 selectParam.qosRequire.minLaneLatency = DEFAULT_QOSINFO_MIN_LATENCY;
402 allocInfo.qosRequire.minLaneLatency = DEFAULT_QOSINFO_MIN_LATENCY;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h191 uint32_t minLaneLatency; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp356 uint32_t minLaneLatency, LaneAllocInfo *allocInfo) in CreateAllocInfoForAllocTest() argument
365 allocInfo->qosRequire.minLaneLatency = minLaneLatency; in CreateAllocInfoForAllocTest()
1893 selectParam.qosRequire.minLaneLatency = DEFAULT_QOSINFO_MIN_LATENCY;
2016 selectParam.qosRequire.minLaneLatency = DEFAULT_QOSINFO_MIN_LATENCY;
2576 allocInfo.qosRequire.minLaneLatency = 0;
2891 request.qosRequire.minLaneLatency = 0;
2904 request.qosRequire.minLaneLatency = DEFAULT_QOSINFO_MIN_LATENCY;
3232 selectParam.qosRequire.minLaneLatency = DEFAULT_QOSINFO_MIN_LATENCY;
3263 selectParam.qosRequire.minLaneLatency = DEFAULT_QOSINFO_MIN_LATENCY;
3294 selectParam.qosRequire.minLaneLatency = DEFAULT_QOSINFO_MIN_LATENCY;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c398 allocInfo->qosRequire.minLaneLatency = 0; in AuthGetLaneAllocInfo()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp395 qosInfo->minLaneLatency = qos[i].value; in ConvertQosInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c985 qosInfo->minLaneLatency = (param->qos[i].value > 0) ? param->qos[i].value : 0; in TransGetQosInfo()