Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp329 virtual std::string getMotherboardCCIN() const = 0;
759 std::string getMotherboardCCIN() const override;
H A Ddata_interface.cpp387 std::string DataInterface::getMotherboardCCIN() const in getMotherboardCCIN() function in openpower::pels::DataInterface
H A Dsrc.cpp426 auto ccinString = dataIface.getMotherboardCCIN(); in setMotherboardCCIN()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp37 MOCK_METHOD(std::string, getMotherboardCCIN, (), (const override));
H A Dsrc_test.cpp209 EXPECT_CALL(dataIface, getMotherboardCCIN).WillOnce(Return("ABCD")); in TEST_F()
272 EXPECT_CALL(dataIface, getMotherboardCCIN) in TEST_F()
1345 EXPECT_CALL(dataIface, getMotherboardCCIN).WillOnce(Return("ABCD")); in TEST_F()