/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | service_indicators_test.cpp | 270 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 D | pel_manager_test.cpp | 908 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 D | src_test.cpp | 622 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 D | pel_test.cpp | 847 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 D | mocks.hpp | 46 MOCK_METHOD(std::vector<std::string>, getInventoryFromLocCode,
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | data_interface.hpp | 401 virtual std::vector<std::string> getInventoryFromLocCode( 834 std::vector<std::string> getInventoryFromLocCode(
|
H A D | service_indicators.cpp | 202 _dataIface.getInventoryFromLocCode(locCode, 0, true); in getInventoryPaths()
|
H A D | src.cpp | 1108 dataIface.getInventoryFromLocCode(regCallout.locCode, 0, false); in addDevicePathCallouts() 1241 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallouts() 1388 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallout()
|
H A D | data_interface.cpp | 523 std::vector<std::string> DataInterface::getInventoryFromLocCode( in getInventoryFromLocCode() function in openpower::pels::DataInterface 832 auto objectPath = getInventoryFromLocCode(locationCode, 0, true); in getDIProperty()
|