Searched refs:LaneAllocListener (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_assign.h | 31 …LaneByQos)(uint32_t laneHandle, const LaneAllocInfo *allocInfo, const LaneAllocListener *listener); 32 …awLane)(uint32_t laneHandle, const RawLaneAllocInfo *allocInfo, const LaneAllocListener *listener); 34 const LaneAllocListener *listener); 36 const LaneAllocListener *listener);
|
H A D | lnn_lane_interface.h | 152 } LaneAllocListener; typedef 270 …AllocLane)(uint32_t laneHandle, const LaneAllocInfo *allocInfo, const LaneAllocListener *listener); 272 const LaneAllocListener *listener); 274 const LaneAllocListener *listener); 276 const LaneAllocListener *listener);
|
H A D | lnn_trans_lane.h | 39 LaneAllocListener listener;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/ |
H A D | lnn_trans_lane_test.cpp | 163 LaneAllocListener listenerCb = { 194 LaneAllocListener listenerCb = { 232 LaneAllocListener listenerCb = { 270 LaneAllocListener listenerCb = { 401 LaneAllocListener listener; 402 (void)memset_s(&listener, sizeof(LaneAllocListener), 0, sizeof(LaneAllocListener)); 440 LaneAllocListener listenerCb = { 487 LaneAllocListener listener; 488 (void)memset_s(&listener, sizeof(LaneAllocListener), 0, sizeof(LaneAllocListener));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_ctrl_lane.c | 37 LaneAllocListener listener; 262 const LaneAllocListener *listener, LanePreferredLinkList *recommendLinkList) in CreateCtrlReqNode() 270 …memcpy_s(&newNode->listener, sizeof(LaneAllocListener), listener, sizeof(LaneAllocListener)) != EO… in CreateCtrlReqNode() 339 …locCtrlLane(uint32_t laneHandle, const LaneAllocInfo *allocInfo, const LaneAllocListener *listener) in AllocCtrlLane() 391 …t CtrlAlloc(uint32_t laneHandle, const LaneAllocInfo *allocInfo, const LaneAllocListener *listener) in CtrlAlloc()
|
H A D | lnn_lane.c | 282 static bool AllocInfoCheck(const LaneAllocInfo *allocInfo, const LaneAllocListener *listener) in AllocInfoCheck() 305 …LnnAllocLane(uint32_t laneReqId, const LaneAllocInfo *allocInfo, const LaneAllocListener *listener) in LnnAllocLane() 330 const LaneAllocListener *listener) in LnnAllocRawLane() 353 const LaneAllocListener *listener) in LnnReAllocLane() 378 const LaneAllocListener *listener) in LnnAllocTargetLane()
|
H A D | lnn_trans_lane.c | 363 const LaneAllocListener *listener) in CreateReqNodeWithQos() 370 …if (memcpy_s(&newNode->listener, sizeof(LaneAllocListener), listener, sizeof(LaneAllocListener)) !… in CreateReqNodeWithQos() 441 …tTriggerLink(uint32_t laneReqId, const LaneAllocInfo *allocInfo, const LaneAllocListener *listener, in StartTriggerLink() 465 const LaneAllocListener *listener) in AllocValidLane() 520 const LaneAllocListener *listener) in BuildTargetLink() 562 const LaneAllocListener *listener) in AllocTargetLane() 625 const LaneAllocListener *listener) in ProcessSpecifiedLink() 641 …locLaneByQos(uint32_t laneReqId, const LaneAllocInfo *allocInfo, const LaneAllocListener *listener) in AllocLaneByQos() 662 const LaneAllocListener *listener) in ReallocLaneByQos() 678 …cRawLane(uint32_t laneHandle, const RawLaneAllocInfo *allocInfo, const LaneAllocListener *listener) in AllocRawLane()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 82 static LaneAllocListener g_listener = { 300 static LaneAllocListener g_listenerCbForHml = { 307 static LaneAllocListener g_listenerCbForP2p = { 314 static LaneAllocListener g_listenerCbForP2p2 = { 321 static LaneAllocListener g_listenerCbForBr = { 328 static LaneAllocListener g_listenerCbForWlan5g = { 335 static LaneAllocListener g_listenerCbForBle = { 2969 LaneAllocListener listener; 3010 LaneAllocListener listener; 3037 LaneAllocListener listener; [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_lane.c | 445 LaneAllocListener listener; in AuthAllocLane()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | lane_test.cpp | 403 LaneAllocListener listener = {
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_pending_test.cpp | 159 …nnAllocLane(uint32_t laneHandle, const LaneAllocInfo *allocInfo, const LaneAllocListener *listener) in TestLnnAllocLane() 165 const LaneAllocListener *listener) in TestLnnAllocLaneFail()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1218 LaneAllocListener allocListener; in TransAddLaneAllocToPendingAndWaiting() 1424 LaneAllocListener allocListener; in TransAsyncGetLaneInfoByQos()
|