Home
last modified time | relevance | path

Searched refs:getCpldVersion (Results 1 – 6 of 6) sorted by relevance

/openbmc/google-ipmi-sys/
H A Dcpld.cpp62 handler->getCpldVersion(static_cast<unsigned int>(request.id)); in cpldVersion()
H A Dhandler.hpp74 virtual VersionTuple getCpldVersion(unsigned int id) const = 0;
H A Dhandler_impl.hpp57 VersionTuple getCpldVersion(unsigned int id) const override;
H A Dhandler.cpp179 VersionTuple Handler::getCpldVersion(unsigned int id) const in getCpldVersion() function in google::ipmi::Handler
/openbmc/google-ipmi-sys/test/
H A Dcpld_unittest.cpp52 EXPECT_CALL(hMock, getCpldVersion(0x04)) in TEST()
H A Dhandler_mock.hpp45 getCpldVersion, (unsigned int), (const, override));