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.hpp504 virtual std::optional<std::vector<uint8_t>> getDIProperty(
918 std::optional<std::vector<uint8_t>> getDIProperty(
H A Dpel.cpp761 auto diPropVal = dataIface.getDIProperty(dimmLocCode); in addAdDetailsForDIMMsCallout()
H A Ddata_interface.cpp823 std::optional<std::vector<uint8_t>> DataInterface::getDIProperty( 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()