Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dreader_impl.cpp74 std::string expandedLocationCode{}; in getExpandedLocationCode() local
78 expandedLocationCode = utilObj.readBusProperty( in getExpandedLocationCode()
80 return expandedLocationCode; in getExpandedLocationCode()
H A Deditor_impl.cpp511 std::string expandedLocationCode(unexpandedLocationCode); in expandLocationCode() local
515 expandedLocationCode.replace( in expandLocationCode()
523 expandedLocationCode.replace( in expandLocationCode()
528 prop.emplace("LocationCode", expandedLocationCode); in expandLocationCode()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp515 std::string expandedLocationCode; in expandLocationCode() local
516 reply.read(expandedLocationCode); in expandLocationCode()
520 expandedLocationCode += connectorLoc; in expandLocationCode()
523 return expandedLocationCode; in expandLocationCode()