Lines Matching defs:locationCode
119 const std::string& locationCode)
121 auto base = locationCode;
479 const std::string& locationCode)
485 if (locationCode.front() != 'U')
487 return locationCodePrefix + locationCode;
490 return locationCode;
493 std::string DataInterface::expandLocationCode(const std::string& locationCode,
500 auto [baseLoc, connectorLoc] = extractConnectorFromLocCode(locationCode);
522 const std::string& locationCode, uint16_t node, bool expanded) const
531 auto [baseLoc, connectorLoc] = extractConnectorFromLocCode(locationCode);
824 const std::string& locationCode) const
832 auto objectPath = getInventoryFromLocCode(locationCode, 0, true);
845 "LOC_CODE", locationCode, "IFACE", interface::viniRecordVPD,