Home
last modified time | relevance | path

Searched defs:laneConnInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_lane_test.cpp295 LaneConnInfo laneConnInfo; variable
339 LaneConnInfo laneConnInfo; variable
425 LaneConnInfo laneConnInfo; variable
471 LaneConnInfo laneConnInfo; variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_lane_manager.h46 LaneConnInfo laneConnInfo; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_test.cpp88 static void OnLaneLinkup(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo) in OnLaneLinkup()
93 static void OnLaneLinkdown(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo) in OnLaneLinkdown()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c270 LaneConnInfo laneConnInfo; in LaneLinkupNotify() local
333 LaneConnInfo laneConnInfo; in LaneLinkdownNotify() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c306 static void AuthOnLaneAllocSuccess(uint32_t laneHandle, const LaneConnInfo *laneConnInfo) in AuthOnLaneAllocSuccess()