Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/test/
H A Dpcie_unittest.cpp41 EXPECT_CALL(hMock, getI2cPcieMappingSize()).WillOnce(Return(expectedSize)); in TEST()
67 EXPECT_CALL(hMock, getI2cPcieMappingSize()).WillOnce(Return(0)); in TEST()
78 EXPECT_CALL(hMock, getI2cPcieMappingSize()).WillOnce(Return(1)); in TEST()
91 EXPECT_CALL(hMock, getI2cPcieMappingSize()).WillOnce(Return(1)); in TEST()
H A Dhandler_mock.hpp54 MOCK_METHOD(size_t, getI2cPcieMappingSize, (), (const, override));
/openbmc/google-ipmi-sys/
H A Dpcie_i2c.cpp50 std::uint8_t value = handler->getI2cPcieMappingSize(); in pcieSlotCount()
68 size_t mapSize = handler->getI2cPcieMappingSize(); in pcieSlotI2cBusMapping()
H A Dhandler.hpp131 virtual size_t getI2cPcieMappingSize() const = 0;
H A Dhandler_impl.hpp64 size_t getI2cPcieMappingSize() const override;
H A Dhandler.cpp445 size_t Handler::getI2cPcieMappingSize() const in getI2cPcieMappingSize() function in google::ipmi::Handler