Home
last modified time | relevance | path

Searched refs:laneConnInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_lane_test.cpp295 LaneConnInfo laneConnInfo; variable
297 laneConnInfo.laneId = 1;
298 laneConnInfo.type = LANE_WLAN_5G;
339 LaneConnInfo laneConnInfo; variable
341 laneConnInfo.laneId = 1;
425 LaneConnInfo laneConnInfo; variable
427 laneConnInfo.laneId = 1;
428 laneConnInfo.type = LANE_BLE;
471 LaneConnInfo laneConnInfo; variable
473 laneConnInfo.laneId = 1;
[all …]
/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
271 (void)memset_s(&laneConnInfo, sizeof(LaneConnInfo), 0, sizeof(LaneConnInfo)); in LaneLinkupNotify()
272 int32_t ret = LaneInfoProcess(laneLinkInfo, &laneConnInfo, &profile); in LaneLinkupNotify()
298 listenerList[i].listener.onLaneLinkup(laneId, peerUdid, &laneConnInfo); in LaneLinkupNotify()
333 LaneConnInfo laneConnInfo; in LaneLinkdownNotify() local
334 (void)memset_s(&laneConnInfo, sizeof(LaneConnInfo), 0, sizeof(LaneConnInfo)); in LaneLinkdownNotify()
344 if (LaneInfoProcess(laneLinkInfo, &laneConnInfo, &profile) != SOFTBUS_OK) { in LaneLinkdownNotify()
349 laneListener.listener.onLaneLinkdown(laneBusinessInfo[i].laneId, peerUdid, &laneConnInfo); in LaneLinkdownNotify()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c306 static void AuthOnLaneAllocSuccess(uint32_t laneHandle, const LaneConnInfo *laneConnInfo) in AuthOnLaneAllocSuccess() argument
319 item->laneId = laneConnInfo->laneId; in AuthOnLaneAllocSuccess()
335 if (GetAuthConn(uuid, laneConnInfo->type, &authConnInfo) != SOFTBUS_OK && in AuthOnLaneAllocSuccess()
336 laneConnInfo->type == LANE_BR && TryGetBrConnInfo(uuid, &authConnInfo) != SOFTBUS_OK) { in AuthOnLaneAllocSuccess()
/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);
233 void (*onLaneLinkdown)(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c100 ConvertLaneLinkTypeToDumper(laneItem->laneConnInfo.type), appInfo); in TransLaneChannelForEachShowInfo()
201 …if (memcpy_s(&(newLane->laneConnInfo), sizeof(LaneConnInfo), connInfo, sizeof(LaneConnInfo)) != EO… in TransLaneMgrAddLane()
345 *laneId = item->laneConnInfo.laneId; in TransGetLaneIdByChannelId()
839 ConnectType connType = ConvertLaneLinkTypeToConnectType(item->laneConnInfo.type); in TransGetConnectTypeByChannelId()
842 connType, item->laneConnInfo.type, channelId); in TransGetConnectTypeByChannelId()
/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() argument
93 static void OnLaneLinkdown(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo) in OnLaneLinkdown() argument