Home
last modified time | relevance | path

Searched refs:onLaneQosEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h151 void (*onLaneQosEvent)(uint32_t laneHandle, LaneOwner laneOwner, LaneQosEvent qosEvent); member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c1953 if (item->listener.onLaneQosEvent != NULL && NeedToNotify(item)) { in HandleLaneQosChange()
1954 item->listener.onLaneQosEvent(item->laneReqId, LANE_OWNER_OTHER, LANE_QOS_BW_HIGH); in HandleLaneQosChange()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1223 allocListener.onLaneQosEvent = TransOnLaneQosEvent; in TransAddLaneAllocToPendingAndWaiting()
1429 allocListener.onLaneQosEvent = TransOnLaneQosEvent; in TransAsyncGetLaneInfoByQos()