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.hpp502 getDIProperty(const std::string& locationCode) const = 0;
908 getDIProperty(const std::string& locationCode) const override;
H A Dpel.cpp757 auto diPropVal = dataIface.getDIProperty(dimmLocCode); in addAdDetailsForDIMMsCallout()
H A Ddata_interface.cpp911 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.cpp1364 EXPECT_CALL(dataIface, getDIProperty("U98D-P0-DIMM0")) in TEST_F()
1366 EXPECT_CALL(dataIface, getDIProperty("U98D-P0-DIMM1")) in TEST_F()
1493 EXPECT_CALL(dataIface, getDIProperty("U98D-P0-DIMM0")) in TEST_F()