Home
last modified time | relevance | path

Searched refs:getEthDetails (Results 1 – 7 of 7) sorted by relevance

/openbmc/google-ipmi-sys/test/
H A Deth_unittest.cpp44 EXPECT_CALL(hMock, getEthDetails("")) in TEST()
68 EXPECT_CALL(hMock, getEthDetails("e")) in TEST()
H A Dhandler_mock.hpp39 MOCK_METHOD((std::tuple<std::uint8_t, std::string>), getEthDetails,
H A Dhandler_unittest.cpp46 std::tuple<std::uint8_t, std::string> result = h.getEthDetails("et"); in TEST()
/openbmc/google-ipmi-sys/
H A Deth.cpp45 handler->getEthDetails(std::string(data.begin(), data.end())); in getEthDevice()
H A Dhandler.hpp56 getEthDetails(std::string intf) const = 0;
H A Dhandler_impl.hpp55 getEthDetails(std::string intf) const override;
H A Dhandler.cpp130 Handler::getEthDetails(std::string intf) const in getEthDetails() function in google::ipmi::Handler