Searched refs:laneConnInfo (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_lane_test.cpp | 295 LaneConnInfo laneConnInfo; in HWTEST_F() local 296 (void)memset_s(&laneConnInfo, sizeof(LaneConnInfo), 0, sizeof(LaneConnInfo)); in HWTEST_F() 297 laneConnInfo.laneId = 1; in HWTEST_F() 298 laneConnInfo.type = LANE_WLAN_5G; in HWTEST_F() 299 AuthOnLaneAllocSuccess(laneReqId, &laneConnInfo); in HWTEST_F() 339 LaneConnInfo laneConnInfo; in HWTEST_F() local 340 (void)memset_s(&laneConnInfo, sizeof(LaneConnInfo), 0, sizeof(LaneConnInfo)); in HWTEST_F() 341 laneConnInfo.laneId = 1; in HWTEST_F() 342 laneConnInfo.type = LANE_WLAN_5G; in HWTEST_F() 343 AuthOnLaneAllocSuccess(laneReqId, &laneConnInfo); in HWTEST_F() 425 LaneConnInfo laneConnInfo; HWTEST_F() local 471 LaneConnInfo laneConnInfo; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_listener.c | 270 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()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_lane.c | 306 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()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_interface.h | 218 void (*onLaneLinkup)(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo); 219 void (*onLaneLinkdown)(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo);
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_lane_manager.c | 40 LaneConnInfo laneConnInfo; member 110 ConvertLaneLinkTypeToDumper(laneItem->laneConnInfo.type), appInfo); in TransLaneChannelForEachShowInfo() 211 if (memcpy_s(&(newLane->laneConnInfo), sizeof(LaneConnInfo), connInfo, sizeof(LaneConnInfo)) != EOK) { in TransLaneMgrAddLane() 355 *laneId = item->laneConnInfo.laneId; in TransGetLaneIdByChannelId() 847 ConnectType connType = ConvertLaneLinkTypeToConnectType(item->laneConnInfo.type); in TransGetConnectTypeByChannelId() 850 connType, item->laneConnInfo.type, channelId); in TransGetConnectTypeByChannelId()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/ |
H A D | lnn_lane_listener_test.cpp | 88 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
|
Completed in 6 milliseconds