Home
last modified time | relevance | path

Searched refs:getDIProperty (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp505 getDIProperty(const std::string& locationCode) const = 0;
919 getDIProperty(const std::string& locationCode) const override;
H A Dpel.cpp761 auto diPropVal = dataIface.getDIProperty(dimmLocCode); in addAdDetailsForDIMMsCallout()
H A Ddata_interface.cpp824 DataInterface::getDIProperty(const std::string& locationCode) const in getDIProperty() function in openpower::pels::DataInterface
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp69 MOCK_METHOD(std::optional<std::vector<uint8_t>>, getDIProperty,
H A Dpel_test.cpp1363 EXPECT_CALL(dataIface, getDIProperty("U98D-P0-DIMM0")) in TEST_F()
1365 EXPECT_CALL(dataIface, getDIProperty("U98D-P0-DIMM1")) in TEST_F()
1492 EXPECT_CALL(dataIface, getDIProperty("U98D-P0-DIMM0")) in TEST_F()