Home
last modified time | relevance | path

Searched refs:getInventoryFromLocCode (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dservice_indicators_test.cpp270 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
294 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
336 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
358 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
377 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
H A Dpel_manager_test.cpp908 EXPECT_CALL(*mockIface, getInventoryFromLocCode("U42", 0, true)) in TEST_F()
944 EXPECT_CALL(*mockIface, getInventoryFromLocCode("P42-C23", 0, false)) in TEST_F()
949 EXPECT_CALL(*mockIface, getInventoryFromLocCode("U42-P42-C23", 0, true)) in TEST_F()
1181 EXPECT_CALL(*mockIface, getInventoryFromLocCode("P0", 0, false)) in TEST_F()
1185 EXPECT_CALL(*mockIface, getInventoryFromLocCode("U1234-P0", 0, true)) in TEST_F()
1188 EXPECT_CALL(*mockIface, getInventoryFromLocCode("A3", 0, false)) in TEST_F()
1192 EXPECT_CALL(*mockIface, getInventoryFromLocCode("U1234-A3", 0, true)) in TEST_F()
1327 EXPECT_CALL(*mockIface, getInventoryFromLocCode("Ufcs-DIMM0", 0, false)) in TEST_F()
1432 EXPECT_CALL(*mockIface, getInventoryFromLocCode("Ufcs-DIMM0", 0, false)) in TEST_F()
H A Dsrc_test.cpp622 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C8", 0, false)) in TEST_F()
626 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C9", 0, false)) in TEST_F()
818 EXPECT_CALL(dataIface, getInventoryFromLocCode(_, _, _)).Times(0); in TEST_F()
941 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1-C40", 0, false)) in TEST_F()
946 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1", 0, false)) in TEST_F()
951 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1-C15", 0, false)) in TEST_F()
1144 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1-C40", 0, false)) in TEST_F()
1146 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1", 0, false)).Times(0); in TEST_F()
1252 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C1", 0, false)) in TEST_F()
1440 EXPECT_CALL(dataIface, getInventoryFromLocCode("P in TEST_F()
[all...]
H A Dpel_test.cpp847 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1", 0, false)) in TEST_F()
1001 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C1", 0, false)) in TEST_F()
1355 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-DIMM0", 0, false)) in TEST_F()
1358 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-DIMM1", 0, false)) in TEST_F()
1424 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-PROC0", 0, false)) in TEST_F()
1488 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-DIMM0", 0, false)) in TEST_F()
H A Dmocks.hpp46 MOCK_METHOD(std::vector<std::string>, getInventoryFromLocCode,
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp401 virtual std::vector<std::string> getInventoryFromLocCode(
834 std::vector<std::string> getInventoryFromLocCode(
H A Dservice_indicators.cpp202 _dataIface.getInventoryFromLocCode(locCode, 0, true); in getInventoryPaths()
H A Dsrc.cpp1108 dataIface.getInventoryFromLocCode(regCallout.locCode, 0, false); in addDevicePathCallouts()
1241 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallouts()
1388 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallout()
H A Ddata_interface.cpp523 std::vector<std::string> DataInterface::getInventoryFromLocCode( in getInventoryFromLocCode() function in openpower::pels::DataInterface
832 auto objectPath = getInventoryFromLocCode(locationCode, 0, true); in getDIProperty()