Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1218 LaneAllocListener allocListener; in TransAddLaneAllocToPendingAndWaiting() local
1220 allocListener.onLaneAllocFail = TransOnLaneRequestFail; in TransAddLaneAllocToPendingAndWaiting()
1221 allocListener.onLaneFreeSuccess = TransOnLaneFreeSuccess; in TransAddLaneAllocToPendingAndWaiting()
1222 allocListener.onLaneFreeFail = TransOnLaneFreeFail; in TransAddLaneAllocToPendingAndWaiting()
1223 allocListener.onLaneQosEvent = TransOnLaneQosEvent; in TransAddLaneAllocToPendingAndWaiting()
1424 LaneAllocListener allocListener; in TransAsyncGetLaneInfoByQos() local
1425 allocListener.onLaneAllocSuccess = TransOnAsyncLaneSuccess; in TransAsyncGetLaneInfoByQos()
1426 allocListener.onLaneAllocFail = TransOnAsyncLaneFail; in TransAsyncGetLaneInfoByQos()
1427 allocListener.onLaneFreeSuccess = TransOnLaneFreeSuccess; in TransAsyncGetLaneInfoByQos()
1428 allocListener.onLaneFreeFail = TransOnLaneFreeFail; in TransAsyncGetLaneInfoByQos()
[all …]