/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() 1431 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() 829 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1-C40", 0, false)) in TEST_F() 834 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1", 0, false)) in TEST_F() 839 EXPECT_CALL(dataIface, getInventoryFromLocCode("P1-C15", 0, false)) in TEST_F() 1050 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C1", 0, false)) in TEST_F() 1238 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C1", 0, false)) in TEST_F() 1258 EXPECT_CALL(dataIface, getInventoryFromLocCode("P0-C2", 0, false)) in TEST_F()
|
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 | 1079 dataIface.getInventoryFromLocCode(regCallout.locCode, 0, false); in addRegistryCallout() 1203 auto inventoryPaths = dataIface.getInventoryFromLocCode( in addDevicePathCallouts() 1347 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()
|