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 D | lnn_trans_lane_test.cpp | 165 .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 D | lnn_lane_interface.h | 148 void (*onLaneAllocFail)(uint32_t laneHandle, int32_t errCode); member
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_lane.c | 447 listener.onLaneAllocFail = AuthOnLaneAllocFail; in AuthAllocLane()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_ctrl_lane.c | 168 reqInfo.listener.onLaneAllocFail(laneHandle, reason); in CtrlLinkFail()
|
H A D | lnn_trans_lane.c | 996 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 D | lnn_lane_test.cpp | 84 .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 D | lane_test.cpp | 405 .onLaneAllocFail = OnLaneAllocFail,
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1220 allocListener.onLaneAllocFail = TransOnLaneRequestFail; in TransAddLaneAllocToPendingAndWaiting() 1426 allocListener.onLaneAllocFail = TransOnAsyncLaneFail; in TransAsyncGetLaneInfoByQos()
|