Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Dpcie_i2c.cpp84 auto i2cEntry = handler->getI2cEntry(request.entry); in pcieSlotI2cBusMapping()
H A Dhandler.hpp140 getI2cEntry(unsigned int entry) const = 0;
H A Dhandler_impl.hpp67 getI2cEntry(unsigned int entry) const override;
H A Dhandler.cpp451 Handler::getI2cEntry(unsigned int entry) const in getI2cEntry() function in google::ipmi::Handler
/openbmc/google-ipmi-sys/test/
H A Dhandler_mock.hpp55 MOCK_METHOD((std::tuple<std::uint32_t, std::string>), getI2cEntry,
H A Dpcie_unittest.cpp92 EXPECT_CALL(hMock, getI2cEntry(index)) in TEST()