| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | service_indicators_test.cpp | 258 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 D | src_test.cpp | 610 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 D | pel_manager_test.cpp | 870 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 D | pel_test.cpp | 835 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 D | mocks.hpp | 46 MOCK_METHOD(std::vector<std::string>, getInventoryFromLocCode,
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | service_indicators.cpp | 189 _dataIface.getInventoryFromLocCode(locCode, 0, true); in getInventoryPaths()
|
| H A D | data_interface.hpp | 401 virtual std::vector<std::string> getInventoryFromLocCode( 834 std::vector<std::string> getInventoryFromLocCode(
|
| H A D | src.cpp | 1101 dataIface.getInventoryFromLocCode(regCallout.locCode, 0, false); in addRegistryCallout() 1235 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addDevicePathCallouts() 1382 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addJSONCallout()
|
| H A D | data_interface.cpp | 505 std::vector<std::string> DataInterface::getInventoryFromLocCode( in getInventoryFromLocCode() function in openpower::pels::DataInterface 815 auto objectPath = getInventoryFromLocCode(locationCode, 0, true); in getDIProperty()
|