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.hpp319 virtual std::string getMotherboardCCIN() const = 0;
756 std::string getMotherboardCCIN() const override;
H A Dsrc.cpp427 auto ccinString = dataIface.getMotherboardCCIN(); in setMotherboardCCIN()
H A Ddata_interface.cpp390 std::string DataInterface::getMotherboardCCIN() const in getMotherboardCCIN() function in openpower::pels::DataInterface
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp37 MOCK_METHOD(std::string, getMotherboardCCIN, (), (const override));
H A Dsrc_test.cpp206 EXPECT_CALL(dataIface, getMotherboardCCIN).WillOnce(Return("ABCD")); in TEST_F()
269 EXPECT_CALL(dataIface, getMotherboardCCIN) in TEST_F()
1390 EXPECT_CALL(dataIface, getMotherboardCCIN).WillOnce(Return("ABCD")); in TEST_F()