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.cpp258 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
282 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
324 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
346 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
365 EXPECT_CALL(dataIface, getInventoryFromLocCode("U42", 0, true)) in TEST()
H A Dsrc_test.cpp610 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C8", 0, false)) in TEST_F()
614 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C9", 0, false)) in TEST_F()
806 EXPECT_CALL(dataIface, getInventoryFromLocCode(_, _, _)).Times(0); in TEST_F()
929 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1-C40", 0, false)) in TEST_F()
934 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1", 0, false)) in TEST_F()
939 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1-C15", 0, false)) in TEST_F()
1132 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1-C40", 0, false)) in TEST_F()
1134 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1", 0, false)).Times(0); in TEST_F()
1240 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C1", 0, false)) in TEST_F()
1428 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C1", 0, false)) in TEST_F()
[all …]
H A Dpel_manager_test.cpp870 EXPECT_CALL(*mockIface, getInventoryFromLocCode("U42", 0, true)) in TEST_F()
905 EXPECT_CALL(*mockIface, getInventoryFromLocCode("P42-C23", 0, false)) in TEST_F()
910 EXPECT_CALL(*mockIface, getInventoryFromLocCode("U42-P42-C23", 0, true)) in TEST_F()
1135 EXPECT_CALL(*mockIface, getInventoryFromLocCode("P0", 0, false)) in TEST_F()
1139 EXPECT_CALL(*mockIface, getInventoryFromLocCode("U1234-P0", 0, true)) in TEST_F()
1142 EXPECT_CALL(*mockIface, getInventoryFromLocCode("A3", 0, false)) in TEST_F()
1146 EXPECT_CALL(*mockIface, getInventoryFromLocCode("U1234-A3", 0, true)) in TEST_F()
1277 EXPECT_CALL(*mockIface, getInventoryFromLocCode("Ufcs-DIMM0", 0, false)) in TEST_F()
1378 EXPECT_CALL(*mockIface, getInventoryFromLocCode("Ufcs-DIMM0", 0, false)) in TEST_F()
H A Dpel_test.cpp835 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1", 0, false)) in TEST_F()
989 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C1", 0, false)) in TEST_F()
1343 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-DIMM0", 0, false)) in TEST_F()
1346 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-DIMM1", 0, false)) in TEST_F()
1412 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-PROC0", 0, false)) in TEST_F()
1476 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 Dservice_indicators.cpp189 _dataIface.getInventoryFromLocCode(locCode, 0, true); in getInventoryPaths()
H A Ddata_interface.hpp401 virtual std::vector<std::string> getInventoryFromLocCode(
834 std::vector<std::string> getInventoryFromLocCode(
H A Dsrc.cpp1101 dataIface.getInventoryFromLocCode(regCallout.locCode, 0, false); in addRegistryCallout()
1235 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addDevicePathCallouts()
1382 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallout()
H A Ddata_interface.cpp505 std::vector<std::string> DataInterface::getInventoryFromLocCode( in getInventoryFromLocCode() function in openpower::pels::DataInterface
815 auto objectPath = getInventoryFromLocCode(locationCode, 0, true); in getDIProperty()