Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_test.cpp164 .onLaneAllocSuccess = OnLaneAllocSuccess,
195 .onLaneAllocSuccess = OnLaneAllocSuccess,
233 .onLaneAllocSuccess = OnLaneAllocSuccess,
271 .onLaneAllocSuccess = OnLaneAllocSuccess,
441 .onLaneAllocSuccess = OnLaneAllocSuccess,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h147 void (*onLaneAllocSuccess)(uint32_t laneHandle, const LaneConnInfo *info); member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c446 listener.onLaneAllocSuccess = AuthOnLaneAllocSuccess; in AuthAllocLane()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_ctrl_lane.c213 reqInfo.listener.onLaneAllocSuccess(laneHandle, &connInfo); in CtrlNotifyLaneAllocSuccess()
H A Dlnn_trans_lane.c1001 reqInfo.listener.onLaneAllocSuccess(laneReqId, &connInfo); in NotifyLaneAllocSuccess()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp83 .onLaneAllocSuccess = OnLaneAllocSuccess,
301 .onLaneAllocSuccess = OnLaneAllocSuccessForHml,
308 .onLaneAllocSuccess = OnLaneAllocSuccessForP2p,
315 .onLaneAllocSuccess = OnLaneAllocSuccessForP2p,
322 .onLaneAllocSuccess = OnLaneAllocSuccessForBr,
329 .onLaneAllocSuccess = OnLaneAllocSuccessForWlan5g,
336 .onLaneAllocSuccess = OnLaneAllocSuccessForBle,
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp404 .onLaneAllocSuccess = OnLaneAllocSuccess,
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1219 allocListener.onLaneAllocSuccess = TransOnLaneRequestSuccess; in TransAddLaneAllocToPendingAndWaiting()
1425 allocListener.onLaneAllocSuccess = TransOnAsyncLaneSuccess; in TransAsyncGetLaneInfoByQos()