Home
last modified time | relevance | path

Searched refs:MockHostInterface (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp98 class MockHostInterface : public HostInterface class
107 MockHostInterface(sd_event* event, DataInterfaceBase& dataIface) : in MockHostInterface() function in openpower::pels::MockHostInterface
118 virtual ~MockHostInterface() in ~MockHostInterface()
H A Dhost_notifier_test.cpp39 std::make_unique<NiceMock<MockHostInterface>>(event, dataIface); in HostNotifierTest()
41 mockHostIface = reinterpret_cast<MockHostInterface*>(hostIface.get()); in HostNotifierTest()
61 MockHostInterface* mockHostIface;
727 std::make_unique<MockHostInterface>(event, dataIface); in TEST_F()
778 std::make_unique<MockHostInterface>(event, dataIface); in TEST_F()