Searched refs:newModel (Results 1 – 3 of 3) sorted by relevance
119 LaneModel newModel; in AddLaneModel() local120 (void)memset_s(&newModel, sizeof(LaneModel), 0, sizeof(LaneModel)); in AddLaneModel()121 if (memcpy_s(&newModel.profile, sizeof(LaneProfile), laneProfile, sizeof(LaneProfile)) != EOK) { in AddLaneModel()127 int32_t ret = LnnCreateData(&g_profileMap, profileId, &newModel, sizeof(LaneModel)); in AddLaneModel()
272 void ScanDeviceInfo::SetModel(const std::string& newModel) in SetModel() argument274 model = newModel; in SetModel()
100 void SetModel(const std::string &newModel);