Lines Matching refs:locationCode
121 const std::string& locationCode) in extractConnectorFromLocCode() argument
123 auto base = locationCode; in extractConnectorFromLocCode()
481 const std::string& locationCode) in addLocationCodePrefix() argument
487 if (locationCode.front() != 'U') in addLocationCodePrefix()
489 return locationCodePrefix + locationCode; in addLocationCodePrefix()
492 return locationCode; in addLocationCodePrefix()
495 std::string DataInterface::expandLocationCode(const std::string& locationCode, in expandLocationCode() argument
502 auto [baseLoc, connectorLoc] = extractConnectorFromLocCode(locationCode); in expandLocationCode()
524 const std::string& locationCode, uint16_t node, bool expanded) const in getInventoryFromLocCode() argument
533 auto [baseLoc, connectorLoc] = extractConnectorFromLocCode(locationCode); in getInventoryFromLocCode()
826 const std::string& locationCode) const in getDIProperty()
834 auto objectPath = getInventoryFromLocCode(locationCode, 0, true); in getDIProperty()
847 "LOC_CODE", locationCode, "IFACE", interface::viniRecordVPD, in getDIProperty()