Home
last modified time | relevance | path

Searched refs:onLaneRequestFail (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.h156 void (*onLaneRequestFail)(uint32_t laneReqId, int32_t errCode); member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1193 listener.onLaneRequestFail = TransOnLaneRequestFail; in TransAddLaneReqToPendingAndWaiting()
1385 listener.onLaneRequestFail = TransOnAsyncLaneFail; in TransAsyncGetLaneInfoByOption()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c1030 reqInfo.extraInfo.listener.onLaneRequestFail(laneReqId, reason); in NotifyLaneAllocFail()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp101 .onLaneRequestFail = OnLaneRequestFail,