Home
last modified time | relevance | path

Searched refs:rttLevel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h192 LaneRttLevel rttLevel; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_select.c526 } else if (request->qosRequire.rttLevel == LANE_RTT_LEVEL_LOW) { in SelectExpectLanesByQos()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp606 allocInfo.qosRequire.rttLevel = LANE_RTT_LEVEL_LOW;
1983 selectParam.qosRequire.rttLevel = LANE_RTT_LEVEL_LOW;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c988 … qosInfo->rttLevel = (LaneRttLevel)((param->qos[i].value > 0) ? param->qos[i].value : 0); in TransGetQosInfo()