Home
last modified time | relevance | path

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 Dlnn_lane_assign.h31 …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 Dlnn_lane_interface.h152 } 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 Dlnn_trans_lane.h39 LaneAllocListener listener;
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_test.cpp163 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 Dlnn_ctrl_lane.c37 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 Dlnn_lane.c282 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 Dlnn_trans_lane.c363 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 Dlnn_lane_test.cpp82 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 Dauth_lane.c445 LaneAllocListener listener; in AuthAllocLane()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp403 LaneAllocListener listener = {
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp159 …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 Dtrans_lane_pending_ctl.c1218 LaneAllocListener allocListener; in TransAddLaneAllocToPendingAndWaiting()
1424 LaneAllocListener allocListener; in TransAsyncGetLaneInfoByQos()