Home
last modified time | relevance | path

Searched refs:IBM_LOCATION_CODE_INF (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-vpd-parser/test/vpd-manager-test/
H A Dreader_test.cpp69 itemEEPROM["extraInterfaces"][IBM_LOCATION_CODE_INF] in processJson()
114 EXPECT_CALL(uCalls, readBusProperty(SYSTEM_OBJECT, IBM_LOCATION_CODE_INF, in TEST_F()
H A Deditor_test.cpp73 itemEEPROM["extraInterfaces"][IBM_LOCATION_CODE_INF] in processJson()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp501 if (itemEEPROM["extraInterfaces"].find(IBM_LOCATION_CODE_INF) != in expandLocationCode()
505 itemEEPROM["extraInterfaces"][IBM_LOCATION_CODE_INF] in expandLocationCode()
530 interfaces.emplace(IBM_LOCATION_CODE_INF, prop); in expandLocationCode()
H A Dreader_impl.cpp79 iterator->second, IBM_LOCATION_CODE_INF, "LocationCode"); in getExpandedLocationCode()
H A Dmanager.cpp369 if (itemEEPROM["extraInterfaces"].find(IBM_LOCATION_CODE_INF) != in processJSON()
373 itemEEPROM["extraInterfaces"][IBM_LOCATION_CODE_INF] in processJSON()
/openbmc/openpower-vpd-parser/
H A Dconst.hpp46 static constexpr auto IBM_LOCATION_CODE_INF = "com.ibm.ipzvpd.Location"; variable
H A Dibm_vpd_app.cpp331 if (busProp == "LocationCode" && inf == IBM_LOCATION_CODE_INF) in populateInterfaces()
348 interfaces.emplace(IBM_LOCATION_CODE_INF, props); in populateInterfaces()
771 if (eI.key() == IBM_LOCATION_CODE_INF) in primeInventory()