Home
last modified time | relevance | path

Searched refs:onLaneRequestSuccess (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.h155 void (*onLaneRequestSuccess)(uint32_t laneReqId, const LaneConnInfo *info); member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1192 listener.onLaneRequestSuccess = TransOnLaneRequestSuccess; in TransAddLaneReqToPendingAndWaiting()
1384 listener.onLaneRequestSuccess = TransOnAsyncLaneSuccess; in TransAsyncGetLaneInfoByOption()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c1004 reqInfo.extraInfo.listener.onLaneRequestSuccess(laneReqId, &connInfo); in NotifyLaneAllocSuccess()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp100 .onLaneRequestSuccess = OnLaneRequestSuccess,