Searched refs:getDIProperty (Results 1 – 5 of 5) sorted by relevance
505 getDIProperty(const std::string& locationCode) const = 0;919 getDIProperty(const std::string& locationCode) const override;
761 auto diPropVal = dataIface.getDIProperty(dimmLocCode); in addAdDetailsForDIMMsCallout()
824 DataInterface::getDIProperty(const std::string& locationCode) const in getDIProperty() function in openpower::pels::DataInterface
69 MOCK_METHOD(std::optional<std::vector<uint8_t>>, getDIProperty,
1363 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()