Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/test/vpd-manager-test/
H A Dreader_test.cpp119 std::string unexpandedLocationCode = "Ufcs-P0"; in TEST_F() local
121 std::string res = read.getExpandedLocationCode(unexpandedLocationCode, in TEST_F()
130 std::string unexpandedLocationCode = "Uabc-X0"; in TEST_F() local
135 read.getFrusAtLocation(unexpandedLocationCode, nodeNumber, in TEST_F()
142 unexpandedLocationCode = "Ufcs-P0"; in TEST_F()
144 read.getFrusAtLocation(unexpandedLocationCode, nodeNumber, in TEST_F()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dreader_impl.cpp143 LocationCode unexpandedLocationCode{}; in getCollapsedLocationCode() local
178 unexpandedLocationCode = in getCollapsedLocationCode()
185 unexpandedLocationCode = "Ufcs"; in getCollapsedLocationCode()
202 unexpandedLocationCode = "Umts"; in getCollapsedLocationCode()
213 return std::make_tuple(unexpandedLocationCode, nodeNummber); in getCollapsedLocationCode()
H A Deditor_impl.cpp505 const std::string& unexpandedLocationCode = in expandLocationCode() local
509 std::size_t idx = unexpandedLocationCode.find(locationCodeType); in expandLocationCode()
512 std::string expandedLocationCode(unexpandedLocationCode); in expandLocationCode()