Home
last modified time | relevance | path

Searched refs:isWithQos (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_trans_lane.h40 bool isWithQos; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c332 newNode->isWithQos = false; in CreateRequestNode()
383 newNode->isWithQos = true; in CreateReqNodeWithQos()
791 if (reqInfo.isWithQos && !reqInfo.hasNotifiedFree) { in NotifyFreeLaneResult()
836 if (item->isWithQos && item->laneReqId == laneReqId) { in CancelLane()
965 if (item->isWithQos && !item->isCanceled) { in UpdateReqInfoWithLaneReqId()
993 if (reqInfo.isWithQos) { in NotifyLaneAllocSuccess()
1022 if (reqInfo.isWithQos && reqInfo.isCanceled) { in NotifyLaneAllocFail()
1026 if (reqInfo.isWithQos) { in NotifyLaneAllocFail()
1532 if (reqInfo.isWithQos && reqInfo.listener.onLaneFreeSuccess != NULL) { in HandleAsyncNotifySucc()
1538 if (reqInfo.isWithQos && reqInfo.listener.onLaneFreeSuccess != NULL) { in HandleAsyncNotifySucc()
H A Dlnn_lane_link_p2p.c2086 if (reqInfo.isWithQos) { in CheckTransReqInfo()