Home
last modified time | relevance | path

Searched refs:LANE_QOS_BW_HIGH (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.h140 LANE_QOS_BW_HIGH = 0x0, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c804 qosEvent < LANE_QOS_BW_HIGH) { in TransNotifyLaneQosEvent()
809 if (laneOwner != LANE_OWNER_OTHER || qosEvent != LANE_QOS_BW_HIGH) { in TransNotifyLaneQosEvent()
829 case LANE_QOS_BW_HIGH: { in TransNotifyLaneQosEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp1449 …ret = TransNotifyLaneQosEvent(TEST_LANE_ID, LANE_OWNER_SELF, (LaneQosEvent)(LANE_QOS_BW_HIGH - 1));
1458 ret = TransNotifyLaneQosEvent(TEST_LANE_ID, LANE_OWNER_SELF, LANE_QOS_BW_HIGH);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c1954 item->listener.onLaneQosEvent(item->laneReqId, LANE_OWNER_OTHER, LANE_QOS_BW_HIGH); in HandleLaneQosChange()