Home
last modified time | relevance | path

Searched refs:onLaneLinkup (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h232 void (*onLaneLinkup)(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo); member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c296 if (listenerList[i].listener.onLaneLinkup != NULL) { in LaneLinkupNotify()
298 listenerList[i].listener.onLaneLinkup(laneId, peerUdid, &laneConnInfo); in LaneLinkupNotify()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_test.cpp104 .onLaneLinkup = OnLaneLinkup,
527 .onLaneLinkup = OnLaneLinkup,