Home
last modified time | relevance | path

Searched refs:onLaneAllocFail (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.cpp165 .onLaneAllocFail = OnLaneAllocFail,
196 .onLaneAllocFail = OnLaneAllocFail,
234 .onLaneAllocFail = OnLaneAllocFail,
272 .onLaneAllocFail = OnLaneAllocFail,
442 .onLaneAllocFail = OnLaneAllocFail,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h148 void (*onLaneAllocFail)(uint32_t laneHandle, int32_t errCode); member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c447 listener.onLaneAllocFail = AuthOnLaneAllocFail; in AuthAllocLane()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_ctrl_lane.c168 reqInfo.listener.onLaneAllocFail(laneHandle, reason); in CtrlLinkFail()
H A Dlnn_trans_lane.c996 reqInfo.listener.onLaneAllocFail(laneReqId, SOFTBUS_LANE_SUCC_AFTER_CANCELED); in NotifyLaneAllocSuccess()
1027 reqInfo.listener.onLaneAllocFail(laneReqId, reason); in NotifyLaneAllocFail()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp84 .onLaneAllocFail = OnLaneAllocFail,
302 .onLaneAllocFail = OnLaneAllocFailNoExcept,
309 .onLaneAllocFail = OnLaneAllocFailNoExcept,
316 .onLaneAllocFail = OnLaneAllocFailNoExcept2,
323 .onLaneAllocFail = OnLaneAllocFailNoExcept,
330 .onLaneAllocFail = OnLaneAllocFailNoExcept,
337 .onLaneAllocFail = OnLaneAllocFailNoExcept,
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp405 .onLaneAllocFail = OnLaneAllocFail,
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1220 allocListener.onLaneAllocFail = TransOnLaneRequestFail; in TransAddLaneAllocToPendingAndWaiting()
1426 allocListener.onLaneAllocFail = TransOnAsyncLaneFail; in TransAsyncGetLaneInfoByQos()