Home
last modified time | relevance | path

Searched refs:expandLocationCode (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_test.cpp607 EXPECT_CALL(dataIface, expandLocationCode("P0-C8", 0)) in TEST_F()
610 EXPECT_CALL(dataIface, expandLocationCode("P0-C9", 0)) in TEST_F()
706 EXPECT_CALL(dataIface, expandLocationCode("P0-C8", 0)) in TEST_F()
834 EXPECT_CALL(dataIface, expandLocationCode("P1-C40", 0)) in TEST_F()
838 EXPECT_CALL(dataIface, expandLocationCode("P1", 0)) in TEST_F()
842 EXPECT_CALL(dataIface, expandLocationCode("P1-C15", 0)) in TEST_F()
1034 EXPECT_CALL(dataIface, expandLocationCode("P0-C1", 0)) in TEST_F()
1064 EXPECT_CALL(dataIface, expandLocationCode("P1-C23", 0)) in TEST_F()
1070 EXPECT_CALL(dataIface, expandLocationCode("P1-C24", 0)) in TEST_F()
1222 EXPECT_CALL(dataIface, expandLocationCode("P0-C1", 0)) in TEST_F()
[all …]
H A Dmocks.hpp44 MOCK_METHOD(std::string, expandLocationCode, (const std::string&, uint16_t),
H A Dpel_manager_test.cpp940 EXPECT_CALL(*mockIface, expandLocationCode("P42-C23", 0)) in TEST_F()
1182 EXPECT_CALL(*mockIface, expandLocationCode("P0", 0)) in TEST_F()
1189 EXPECT_CALL(*mockIface, expandLocationCode("A3", 0)) in TEST_F()
H A Dpel_test.cpp843 EXPECT_CALL(dataIface, expandLocationCode("P1", 0)) in TEST_F()
990 EXPECT_CALL(dataIface, expandLocationCode("P0-C1", 0)) in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp369 virtual std::string expandLocationCode(const std::string& locationCode,
736 std::string expandLocationCode(const std::string& locationCode,
H A Dsrc.cpp1017 locCode = dataIface.expandLocationCode(locCode, 0); in addRegistryCallout()
1195 locCode = dataIface.expandLocationCode(callout.locationCode, 0); in addDevicePathCallouts()
1283 locCode = dataIface.expandLocationCode(unexpandedLocCode, 0); in addJSONCallout()
H A Ddata_interface.cpp473 std::string DataInterface::expandLocationCode(const std::string& locationCode, in expandLocationCode() function in openpower::pels::DataInterface
/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.hpp101 void expandLocationCode(const std::string& locationCodeType);
H A Dmanager.cpp511 edit.expandLocationCode("fcs"); in writeKeyword()
516 edit.expandLocationCode("mts"); in writeKeyword()
H A Deditor_impl.cpp466 void EditorImpl::expandLocationCode(const std::string& locationCodeType) in expandLocationCode() function in openpower::vpd::manager::editor::EditorImpl
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_app.cpp169 static auto expandLocationCode(const string& unexpanded, const Parsed& vpdMap, in expandLocationCode() function
338 prop = expandLocationCode(itr.value().get<string>(), in populateInterfaces()
344 prop = expandLocationCode(itr.value().get<string>(), in populateInterfaces()
736 auto propVal = expandLocationCode( in primeInventory()