Lines Matching refs:locationCode
106 const std::string& locationCode) in extractConnectorFromLocCode() argument
108 auto base = locationCode; in extractConnectorFromLocCode()
464 const std::string& locationCode) in addLocationCodePrefix() argument
470 if (locationCode.front() != 'U') in addLocationCodePrefix()
472 return locationCodePrefix + locationCode; in addLocationCodePrefix()
475 return locationCode; in addLocationCodePrefix()
478 std::string DataInterface::expandLocationCode(const std::string& locationCode, in expandLocationCode() argument
485 auto [baseLoc, connectorLoc] = extractConnectorFromLocCode(locationCode); in expandLocationCode()
506 const std::string& locationCode, uint16_t node, bool expanded) const in getInventoryFromLocCode() argument
515 auto [baseLoc, connectorLoc] = extractConnectorFromLocCode(locationCode); in getInventoryFromLocCode()
807 const std::string& locationCode) const in getDIProperty()
815 auto objectPath = getInventoryFromLocCode(locationCode, 0, true); in getDIProperty()
828 "LOC_CODE", locationCode, "IFACE", interface::viniRecordVPD, in getDIProperty()