Home
last modified time | relevance | path

Searched refs:newModel (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_model.c119 LaneModel newModel; in AddLaneModel() local
120 (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()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info.cpp272 void ScanDeviceInfo::SetModel(const std::string& newModel) in SetModel() argument
274 model = newModel; in SetModel()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h100 void SetModel(const std::string &newModel);