Home
last modified time | relevance | path

Searched refs:laneListener (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c330 LaneListenerInfo laneListener; in LaneLinkdownNotify() local
336 … if (FindLaneListenerInfoByLaneType(laneBusinessInfo[i].laneType, &laneListener) != SOFTBUS_OK) { in LaneLinkdownNotify()
340 if (laneListener.listener.onLaneLinkdown == NULL) { in LaneLinkdownNotify()
348 LNN_LOGI(LNN_LANE, "notify lane linkdown, laneType=%{public}d", laneListener.type); in LaneLinkdownNotify()
349 laneListener.listener.onLaneLinkdown(laneBusinessInfo[i].laneId, peerUdid, &laneConnInfo); in LaneLinkdownNotify()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp2941 ILaneIdStateListener laneListener; variable
2944 laneListener.OnLaneIdEnabled = nullptr;
2945 laneListener.OnLaneIdDisabled = nullptr;
2946 RegisterLaneIdListener(&laneListener);