Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp285 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
401 allocInfo.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h190 uint32_t maxLaneLatency; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c319 allocInfo->qosRequire.maxLaneLatency, in LnnAllocLane()
367 allocInfo->qosRequire.maxLaneLatency, in LnnReAllocLane()
H A Dlnn_lane_select.c516 if (request->qosRequire.minBW == 0 && request->qosRequire.maxLaneLatency == 0 && in SelectExpectLanesByQos()
H A Dlnn_trans_lane.c421 linkNode->availableLinkTime = allocInfo->qosRequire.maxLaneLatency != 0 ? in TriggerLinkWithQos()
422 allocInfo->qosRequire.maxLaneLatency : DEFAULT_LINK_LATENCY; in TriggerLinkWithQos()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp355 … void CreateAllocInfoForAllocTest(LaneTransType transType, uint32_t minBW, uint32_t maxLaneLatency, in CreateAllocInfoForAllocTest() argument
364 allocInfo->qosRequire.maxLaneLatency = maxLaneLatency; in CreateAllocInfoForAllocTest()
1892 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
2015 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
2575 allocInfo.qosRequire.maxLaneLatency = 0;
2903 request.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
3231 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
3262 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
3293 selectParam.qosRequire.maxLaneLatency = DEFAULT_QOSINFO_MAX_LATENCY;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c396 allocInfo->qosRequire.maxLaneLatency = 0; in AuthGetLaneAllocInfo()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp392 qosInfo->maxLaneLatency = qos[i].value; in ConvertQosInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c982 qosInfo->maxLaneLatency = (param->qos[i].value > 0) ? param->qos[i].value : 0; in TransGetQosInfo()