Searched refs:LaneModel (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_model.c | 43 } LaneModel; typedef 72 static void AddLaneIdNode(uint64_t laneId, LaneModel *laneModel) in AddLaneIdNode() 92 static void DeleteLaneIdNode(uint64_t laneId, LaneModel *laneModel) in DeleteLaneIdNode() 112 LaneModel *laneModel = (LaneModel *)LnnReadData(&g_profileMap, profileId); in AddLaneModel() 119 LaneModel newModel; in AddLaneModel() 120 (void)memset_s(&newModel, sizeof(LaneModel), 0, sizeof(LaneModel)); in AddLaneModel() 132 laneModel = (LaneModel *)LnnReadData(&g_profileMap, profileId); in AddLaneModel() 166 LaneModel *laneModel = (LaneModel *)LnnReadData(&g_profileMap, profileId); in UnbindLaneIdFromProfile() 187 LaneModel *laneModel = (LaneModel *)LnnReadData(&g_profileMap, profileId); in GetLaneProfile() 208 LaneModel *laneModel = (LaneModel *)LnnReadData(&g_profileMap, profileId); in GetLaneIdList() [all …]
|